public static interface FileSystemAssociationSummary.Builder extends SdkPojo, CopyableBuilder<FileSystemAssociationSummary.Builder,FileSystemAssociationSummary>
| Modifier and Type | Method and Description |
|---|---|
FileSystemAssociationSummary.Builder |
fileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association.
|
FileSystemAssociationSummary.Builder |
fileSystemAssociationId(String fileSystemAssociationId)
The ID of the file system association.
|
FileSystemAssociationSummary.Builder |
fileSystemAssociationStatus(String fileSystemAssociationStatus)
The status of the file share.
|
FileSystemAssociationSummary.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileSystemAssociationSummary.Builder fileSystemAssociationId(String fileSystemAssociationId)
The ID of the file system association.
fileSystemAssociationId - The ID of the file system association.FileSystemAssociationSummary.Builder fileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association.
fileSystemAssociationARN - The Amazon Resource Name (ARN) of the file system association.FileSystemAssociationSummary.Builder fileSystemAssociationStatus(String fileSystemAssociationStatus)
The status of the file share. Valid Values: AVAILABLE | CREATING |
DELETING | FORCE_DELETING | UPDATING | ERROR
fileSystemAssociationStatus - The status of the file share. Valid Values: AVAILABLE | CREATING |
DELETING | FORCE_DELETING | UPDATING | ERRORFileSystemAssociationSummary.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.Copyright © 2021. All rights reserved.