public static interface FileSystemAssociationInfo.Builder extends SdkPojo, CopyableBuilder<FileSystemAssociationInfo.Builder,FileSystemAssociationInfo>
| Modifier and Type | Method and Description |
|---|---|
FileSystemAssociationInfo.Builder |
auditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for the audit logs.
|
FileSystemAssociationInfo.Builder |
cacheAttributes(CacheAttributes cacheAttributes)
Sets the value of the CacheAttributes property for this object.
|
default FileSystemAssociationInfo.Builder |
cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Sets the value of the CacheAttributes property for this object.
|
default FileSystemAssociationInfo.Builder |
endpointNetworkConfiguration(Consumer<EndpointNetworkConfiguration.Builder> endpointNetworkConfiguration)
Specifies network configuration information for the gateway associated with the Amazon FSx file system.
|
FileSystemAssociationInfo.Builder |
endpointNetworkConfiguration(EndpointNetworkConfiguration endpointNetworkConfiguration)
Specifies network configuration information for the gateway associated with the Amazon FSx file system.
|
FileSystemAssociationInfo.Builder |
fileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association.
|
FileSystemAssociationInfo.Builder |
fileSystemAssociationStatus(String fileSystemAssociationStatus)
The status of the file system association.
|
FileSystemAssociationInfo.Builder |
fileSystemAssociationStatusDetails(Collection<FileSystemAssociationStatusDetail> fileSystemAssociationStatusDetails)
An array containing the FileSystemAssociationStatusDetail data type, which provides detailed information on
file system association status.
|
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 |
fileSystemAssociationStatusDetails(FileSystemAssociationStatusDetail... fileSystemAssociationStatusDetails)
An array containing the FileSystemAssociationStatusDetail data type, which provides detailed information on
file system association status.
|
FileSystemAssociationInfo.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
FileSystemAssociationInfo.Builder |
locationARN(String locationARN)
The ARN of the backend Amazon FSx file system used for storing file data.
|
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 |
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 |
tags(Tag... tags)
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileSystemAssociationInfo.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.FileSystemAssociationInfo.Builder locationARN(String locationARN)
The ARN of the backend Amazon FSx file system used for storing file data. For information, see FileSystem in the Amazon FSx API Reference.
locationARN - The ARN of the backend Amazon FSx file system used for storing file data. For information, see FileSystem in the
Amazon FSx API Reference.FileSystemAssociationInfo.Builder fileSystemAssociationStatus(String fileSystemAssociationStatus)
The status of the file system association. Valid Values: AVAILABLE | CREATING |
DELETING | FORCE_DELETING | UPDATING | ERROR
fileSystemAssociationStatus - The status of the file system association. Valid Values: AVAILABLE |
CREATING | DELETING | FORCE_DELETING | UPDATING |
ERRORFileSystemAssociationInfo.Builder auditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for the audit logs.
auditDestinationARN - The Amazon Resource Name (ARN) of the storage used for the audit logs.FileSystemAssociationInfo.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.FileSystemAssociationInfo.Builder tags(Collection<Tag> tags)
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name. Each tag is a key-value pair.
tags - A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name. Each tag is
a key-value pair.FileSystemAssociationInfo.Builder tags(Tag... tags)
A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name. Each tag is a key-value pair.
tags - A list of up to 50 tags assigned to the SMB file share, sorted alphabetically by key name. Each tag is
a key-value pair.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. Each tag is a key-value pair.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) FileSystemAssociationInfo.Builder cacheAttributes(CacheAttributes cacheAttributes)
cacheAttributes - The new value for the CacheAttributes property for this object.default FileSystemAssociationInfo.Builder cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
CacheAttributes.Builder avoiding the need to
create one manually via CacheAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to cacheAttributes(CacheAttributes).cacheAttributes - a consumer that will call methods on CacheAttributes.BuildercacheAttributes(CacheAttributes)FileSystemAssociationInfo.Builder endpointNetworkConfiguration(EndpointNetworkConfiguration endpointNetworkConfiguration)
Specifies network configuration information for the gateway associated with the Amazon FSx file system.
If multiple file systems are associated with this gateway, this parameter's IpAddresses field is
required.
endpointNetworkConfiguration - Specifies network configuration information for the gateway associated with the Amazon FSx file
system.
If multiple file systems are associated with this gateway, this parameter's IpAddresses
field is required.
default FileSystemAssociationInfo.Builder endpointNetworkConfiguration(Consumer<EndpointNetworkConfiguration.Builder> endpointNetworkConfiguration)
Specifies network configuration information for the gateway associated with the Amazon FSx file system.
If multiple file systems are associated with this gateway, this parameter's IpAddresses field is
required.
EndpointNetworkConfiguration.Builder
avoiding the need to create one manually via EndpointNetworkConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to endpointNetworkConfiguration(EndpointNetworkConfiguration).endpointNetworkConfiguration - a consumer that will call methods on EndpointNetworkConfiguration.BuilderendpointNetworkConfiguration(EndpointNetworkConfiguration)FileSystemAssociationInfo.Builder fileSystemAssociationStatusDetails(Collection<FileSystemAssociationStatusDetail> fileSystemAssociationStatusDetails)
An array containing the FileSystemAssociationStatusDetail data type, which provides detailed information on file system association status.
fileSystemAssociationStatusDetails - An array containing the FileSystemAssociationStatusDetail data type, which provides detailed
information on file system association status.FileSystemAssociationInfo.Builder fileSystemAssociationStatusDetails(FileSystemAssociationStatusDetail... fileSystemAssociationStatusDetails)
An array containing the FileSystemAssociationStatusDetail data type, which provides detailed information on file system association status.
fileSystemAssociationStatusDetails - An array containing the FileSystemAssociationStatusDetail data type, which provides detailed
information on file system association status.FileSystemAssociationInfo.Builder fileSystemAssociationStatusDetails(Consumer<FileSystemAssociationStatusDetail.Builder>... fileSystemAssociationStatusDetails)
An array containing the FileSystemAssociationStatusDetail data type, which provides detailed information on file system association status.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #fileSystemAssociationStatusDetails(List) .fileSystemAssociationStatusDetails - a consumer that will call methods on List.Builder #fileSystemAssociationStatusDetails(List) Copyright © 2022. All rights reserved.