Interface DeleteDataRepositoryAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteDataRepositoryAssociationRequest.Builder,DeleteDataRepositoryAssociationRequest>,FSxRequest.Builder,SdkBuilder<DeleteDataRepositoryAssociationRequest.Builder,DeleteDataRepositoryAssociationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteDataRepositoryAssociationRequest
public static interface DeleteDataRepositoryAssociationRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<DeleteDataRepositoryAssociationRequest.Builder,DeleteDataRepositoryAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDataRepositoryAssociationRequest.BuilderassociationId(String associationId)The ID of the data repository association that you want to delete.DeleteDataRepositoryAssociationRequest.BuilderclientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.DeleteDataRepositoryAssociationRequest.BuilderdeleteDataInFileSystem(Boolean deleteDataInFileSystem)Set totrueto delete the data in the file system that corresponds to the data repository association.DeleteDataRepositoryAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteDataRepositoryAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.fsx.model.FSxRequest.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
-
associationId
DeleteDataRepositoryAssociationRequest.Builder associationId(String associationId)
The ID of the data repository association that you want to delete.
- Parameters:
associationId- The ID of the data repository association that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
DeleteDataRepositoryAssociationRequest.Builder clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.- Parameters:
clientRequestToken- The new value for the ClientRequestToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteDataInFileSystem
DeleteDataRepositoryAssociationRequest.Builder deleteDataInFileSystem(Boolean deleteDataInFileSystem)
Set to
trueto delete the data in the file system that corresponds to the data repository association.- Parameters:
deleteDataInFileSystem- Set totrueto delete the data in the file system that corresponds to the data repository association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteDataRepositoryAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteDataRepositoryAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-