| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.cacheAttributes(CacheAttributes cacheAttributes)
Sets the value of the CacheAttributes property for this object.
|
default FileSystemAssociationInfo.Builder |
FileSystemAssociationInfo.Builder.cacheAttributes(Consumer<CacheAttributes.Builder> 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.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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FileSystemAssociationInfo.Builder> |
FileSystemAssociationInfo.serializableBuilderClass() |
Copyright © 2021. All rights reserved.