Interface AssociateFileSystemResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateFileSystemResponse.Builder,,AssociateFileSystemResponse> SdkBuilder<AssociateFileSystemResponse.Builder,,AssociateFileSystemResponse> SdkPojo,SdkResponse.Builder,StorageGatewayResponse.Builder
- Enclosing class:
AssociateFileSystemResponse
public static interface AssociateFileSystemResponse.Builder
extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<AssociateFileSystemResponse.Builder,AssociateFileSystemResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfileSystemAssociationARN(String fileSystemAssociationARN) The ARN of the newly created file system association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
fileSystemAssociationARN
The ARN of the newly created file system association.
- Parameters:
fileSystemAssociationARN- The ARN of the newly created file system association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-