FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.auditDestinationARN(String auditDestinationARN) |
The Amazon Resource Name (ARN) of the storage used for the audit logs.
|
static FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.builder() |
|
default FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes) |
Sets the value of the CacheAttributes property for this object.
|
FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.cacheAttributes(CacheAttributes cacheAttributes) |
Sets the value of the CacheAttributes property for this object.
|
default FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.endpointNetworkConfiguration(Consumer<EndpointNetworkConfiguration.Builder> endpointNetworkConfiguration) |
Specifies network configuration information for the gateway associated with the Amazon FSx file system.
|
FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.endpointNetworkConfiguration(EndpointNetworkConfiguration endpointNetworkConfiguration) |
Specifies network configuration information for the gateway associated with the Amazon FSx file system.
|
FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.fileSystemAssociationARN(String fileSystemAssociationARN) |
The Amazon Resource Name (ARN) of the file system association.
|
FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.fileSystemAssociationStatus(String fileSystemAssociationStatus) |
The status of the file system association.
|
FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.fileSystemAssociationStatusDetails(Collection<FileSystemAssociationStatusDetail> fileSystemAssociationStatusDetails) |
An array containing the FileSystemAssociationStatusDetail data type, which provides detailed information on
file system association status.
|
FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.fileSystemAssociationStatusDetails(Consumer<FileSystemAssociationStatusDetail.Builder>... fileSystemAssociationStatusDetails) |
An array containing the FileSystemAssociationStatusDetail data type, which provides detailed information on
file system association status.
|
FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.fileSystemAssociationStatusDetails(FileSystemAssociationStatusDetail... fileSystemAssociationStatusDetails) |
An array containing the FileSystemAssociationStatusDetail data type, which provides detailed information on
file system association status.
|
FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.gatewayARN(String gatewayARN) |
Sets the value of the GatewayARN property for this object.
|
FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.locationARN(String locationARN) |
The ARN of the backend Amazon FSx file system used for storing file data.
|
FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.tags(Collection<Tag> tags) |
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name.
|
FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name.
|
FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.tags(Tag... tags) |
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name.
|
FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.toBuilder() |
|