Interface FileSystemAssociationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FileSystemAssociationSummary.Builder,FileSystemAssociationSummary>,SdkBuilder<FileSystemAssociationSummary.Builder,FileSystemAssociationSummary>,SdkPojo
- Enclosing class:
- FileSystemAssociationSummary
public static interface FileSystemAssociationSummary.Builder extends SdkPojo, CopyableBuilder<FileSystemAssociationSummary.Builder,FileSystemAssociationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileSystemAssociationSummary.BuilderfileSystemAssociationARN(String fileSystemAssociationARN)The Amazon Resource Name (ARN) of the file system association.FileSystemAssociationSummary.BuilderfileSystemAssociationId(String fileSystemAssociationId)The ID of the file system association.FileSystemAssociationSummary.BuilderfileSystemAssociationStatus(String fileSystemAssociationStatus)The status of the file share.FileSystemAssociationSummary.BuildergatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.-
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
-
-
-
-
Method Detail
-
fileSystemAssociationId
FileSystemAssociationSummary.Builder fileSystemAssociationId(String fileSystemAssociationId)
The ID of the file system association.
- Parameters:
fileSystemAssociationId- The ID of the file system association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemAssociationARN
FileSystemAssociationSummary.Builder fileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association.
- Parameters:
fileSystemAssociationARN- The Amazon Resource Name (ARN) of the file system association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemAssociationStatus
FileSystemAssociationSummary.Builder fileSystemAssociationStatus(String fileSystemAssociationStatus)
The status of the file share. Valid Values:
AVAILABLE|CREATING|DELETING|FORCE_DELETING|UPDATING|ERROR- Parameters:
fileSystemAssociationStatus- The status of the file share. Valid Values:AVAILABLE|CREATING|DELETING|FORCE_DELETING|UPDATING|ERROR- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gatewayARN
FileSystemAssociationSummary.Builder gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.- Parameters:
gatewayARN- The new value for the GatewayARN property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-