Interface UpdateStorageProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateStorageProfileRequest.Builder,UpdateStorageProfileRequest>,DeadlineRequest.Builder,SdkBuilder<UpdateStorageProfileRequest.Builder,UpdateStorageProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateStorageProfileRequest
public static interface UpdateStorageProfileRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<UpdateStorageProfileRequest.Builder,UpdateStorageProfileRequest>
-
-
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
UpdateStorageProfileRequest.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
UpdateStorageProfileRequest.Builder displayName(String displayName)
The display name of the storage profile to update.
- Parameters:
displayName- The display name of the storage profile to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
farmId
UpdateStorageProfileRequest.Builder farmId(String farmId)
The farm ID to update.
- Parameters:
farmId- The farm ID to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemLocationsToAdd
UpdateStorageProfileRequest.Builder fileSystemLocationsToAdd(Collection<FileSystemLocation> fileSystemLocationsToAdd)
The file system location names to add.
- Parameters:
fileSystemLocationsToAdd- The file system location names to add.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemLocationsToAdd
UpdateStorageProfileRequest.Builder fileSystemLocationsToAdd(FileSystemLocation... fileSystemLocationsToAdd)
The file system location names to add.
- Parameters:
fileSystemLocationsToAdd- The file system location names to add.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemLocationsToAdd
UpdateStorageProfileRequest.Builder fileSystemLocationsToAdd(Consumer<FileSystemLocation.Builder>... fileSystemLocationsToAdd)
The file system location names to add.
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#fileSystemLocationsToAdd(List.) - Parameters:
fileSystemLocationsToAdd- 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:
#fileSystemLocationsToAdd(java.util.Collection)
-
fileSystemLocationsToRemove
UpdateStorageProfileRequest.Builder fileSystemLocationsToRemove(Collection<FileSystemLocation> fileSystemLocationsToRemove)
The file system location names to remove.
- Parameters:
fileSystemLocationsToRemove- The file system location names to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemLocationsToRemove
UpdateStorageProfileRequest.Builder fileSystemLocationsToRemove(FileSystemLocation... fileSystemLocationsToRemove)
The file system location names to remove.
- Parameters:
fileSystemLocationsToRemove- The file system location names to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemLocationsToRemove
UpdateStorageProfileRequest.Builder fileSystemLocationsToRemove(Consumer<FileSystemLocation.Builder>... fileSystemLocationsToRemove)
The file system location names to remove.
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#fileSystemLocationsToRemove(List.) - Parameters:
fileSystemLocationsToRemove- 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:
#fileSystemLocationsToRemove(java.util.Collection)
-
osFamily
UpdateStorageProfileRequest.Builder osFamily(String osFamily)
The OS system to update.
- Parameters:
osFamily- The OS system to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageProfileOperatingSystemFamily,StorageProfileOperatingSystemFamily
-
osFamily
UpdateStorageProfileRequest.Builder osFamily(StorageProfileOperatingSystemFamily osFamily)
The OS system to update.
- Parameters:
osFamily- The OS system to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageProfileOperatingSystemFamily,StorageProfileOperatingSystemFamily
-
storageProfileId
UpdateStorageProfileRequest.Builder storageProfileId(String storageProfileId)
The storage profile ID to update.
- Parameters:
storageProfileId- The storage profile ID to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateStorageProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateStorageProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-