Interface UpdateFileSystemAssociationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateFileSystemAssociationResponse.Builder,,- UpdateFileSystemAssociationResponse> - SdkBuilder<UpdateFileSystemAssociationResponse.Builder,,- UpdateFileSystemAssociationResponse> - SdkPojo,- SdkResponse.Builder,- StorageGatewayResponse.Builder
- Enclosing class:
- UpdateFileSystemAssociationResponse
@Mutable
@NotThreadSafe
public static interface UpdateFileSystemAssociationResponse.Builder
extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<UpdateFileSystemAssociationResponse.Builder,UpdateFileSystemAssociationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionfileSystemAssociationARN(String fileSystemAssociationARN) The ARN of the updated file system association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
fileSystemAssociationARNUpdateFileSystemAssociationResponse.Builder fileSystemAssociationARN(String fileSystemAssociationARN) The ARN of the updated file system association. - Parameters:
- fileSystemAssociationARN- The ARN of the updated file system association.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-