Interface DisassociateFileSystemResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateFileSystemResponse.Builder,DisassociateFileSystemResponse>,SdkBuilder<DisassociateFileSystemResponse.Builder,DisassociateFileSystemResponse>,SdkPojo,SdkResponse.Builder,StorageGatewayResponse.Builder
- Enclosing class:
- DisassociateFileSystemResponse
public static interface DisassociateFileSystemResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DisassociateFileSystemResponse.Builder,DisassociateFileSystemResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateFileSystemResponse.BuilderfileSystemAssociationARN(String fileSystemAssociationARN)The Amazon Resource Name (ARN) of the deleted file system association.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
fileSystemAssociationARN
DisassociateFileSystemResponse.Builder fileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the deleted file system association.
- Parameters:
fileSystemAssociationARN- The Amazon Resource Name (ARN) of the deleted file system association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-