Interface CreateStorageProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateStorageProfileRequest.Builder,CreateStorageProfileRequest>,DeadlineRequest.Builder,SdkBuilder<CreateStorageProfileRequest.Builder,CreateStorageProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateStorageProfileRequest
public static interface CreateStorageProfileRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<CreateStorageProfileRequest.Builder,CreateStorageProfileRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientToken
CreateStorageProfileRequest.Builder clientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
- Parameters:
clientToken- The unique token which the server uses to recognize retries of the same request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
CreateStorageProfileRequest.Builder displayName(String displayName)
The display name of the storage profile.
- Parameters:
displayName- The display name of the storage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
farmId
CreateStorageProfileRequest.Builder farmId(String farmId)
The farm ID of the farm to connect to the storage profile.
- Parameters:
farmId- The farm ID of the farm to connect to the storage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemLocations
CreateStorageProfileRequest.Builder fileSystemLocations(Collection<FileSystemLocation> fileSystemLocations)
File system paths to include in the storage profile.
- Parameters:
fileSystemLocations- File system paths to include in the storage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemLocations
CreateStorageProfileRequest.Builder fileSystemLocations(FileSystemLocation... fileSystemLocations)
File system paths to include in the storage profile.
- Parameters:
fileSystemLocations- File system paths to include in the storage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemLocations
CreateStorageProfileRequest.Builder fileSystemLocations(Consumer<FileSystemLocation.Builder>... fileSystemLocations)
File system paths to include in the storage profile.
This is a convenience method that creates an instance of theFileSystemLocation.Builderavoiding the need to create one manually viaFileSystemLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#fileSystemLocations(List.) - Parameters:
fileSystemLocations- a consumer that will call methods onFileSystemLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#fileSystemLocations(java.util.Collection)
-
osFamily
CreateStorageProfileRequest.Builder osFamily(String osFamily)
The type of operating system (OS) for the storage profile.
- Parameters:
osFamily- The type of operating system (OS) for the storage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageProfileOperatingSystemFamily,StorageProfileOperatingSystemFamily
-
osFamily
CreateStorageProfileRequest.Builder osFamily(StorageProfileOperatingSystemFamily osFamily)
The type of operating system (OS) for the storage profile.
- Parameters:
osFamily- The type of operating system (OS) for the storage profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageProfileOperatingSystemFamily,StorageProfileOperatingSystemFamily
-
overrideConfiguration
CreateStorageProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateStorageProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-