public static interface AssociateFileSystemRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<AssociateFileSystemRequest.Builder,AssociateFileSystemRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateFileSystemRequest.Builder |
auditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for the audit logs.
|
AssociateFileSystemRequest.Builder |
cacheAttributes(CacheAttributes cacheAttributes)
Sets the value of the CacheAttributes property for this object.
|
default AssociateFileSystemRequest.Builder |
cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Sets the value of the CacheAttributes property for this object.
|
AssociateFileSystemRequest.Builder |
clientToken(String clientToken)
A unique string value that you supply that is used by the FSx File Gateway to ensure idempotent file system
association creation.
|
default AssociateFileSystemRequest.Builder |
endpointNetworkConfiguration(Consumer<EndpointNetworkConfiguration.Builder> endpointNetworkConfiguration)
Specifies the network configuration information for the gateway associated with the Amazon FSx file system.
|
AssociateFileSystemRequest.Builder |
endpointNetworkConfiguration(EndpointNetworkConfiguration endpointNetworkConfiguration)
Specifies the network configuration information for the gateway associated with the Amazon FSx file system.
|
AssociateFileSystemRequest.Builder |
gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
AssociateFileSystemRequest.Builder |
locationARN(String locationARN)
The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the FSx File Gateway.
|
AssociateFileSystemRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateFileSystemRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateFileSystemRequest.Builder |
password(String password)
The password of the user credential.
|
AssociateFileSystemRequest.Builder |
tags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to the file system association.
|
AssociateFileSystemRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags that can be assigned to the file system association.
|
AssociateFileSystemRequest.Builder |
tags(Tag... tags)
A list of up to 50 tags that can be assigned to the file system association.
|
AssociateFileSystemRequest.Builder |
userName(String userName)
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file
system.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateFileSystemRequest.Builder userName(String userName)
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
userName - The user name of the user credential that has permission to access the root share D$ of the Amazon FSx
file system. The user account must belong to the Amazon FSx delegated admin user group.AssociateFileSystemRequest.Builder password(String password)
The password of the user credential.
password - The password of the user credential.AssociateFileSystemRequest.Builder clientToken(String clientToken)
A unique string value that you supply that is used by the FSx File Gateway to ensure idempotent file system association creation.
clientToken - A unique string value that you supply that is used by the FSx File Gateway to ensure idempotent file
system association creation.AssociateFileSystemRequest.Builder gatewayARN(String gatewayARN)
gatewayARN - The new value for the GatewayARN property for this object.AssociateFileSystemRequest.Builder locationARN(String locationARN)
The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the FSx File Gateway.
locationARN - The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the FSx File Gateway.AssociateFileSystemRequest.Builder tags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to the file system association. Each tag is a key-value pair.
tags - A list of up to 50 tags that can be assigned to the file system association. Each tag is a key-value
pair.AssociateFileSystemRequest.Builder tags(Tag... tags)
A list of up to 50 tags that can be assigned to the file system association. Each tag is a key-value pair.
tags - A list of up to 50 tags that can be assigned to the file system association. Each tag is a key-value
pair.AssociateFileSystemRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags that can be assigned to the file system association. 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) AssociateFileSystemRequest.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.AssociateFileSystemRequest.Builder cacheAttributes(CacheAttributes cacheAttributes)
cacheAttributes - The new value for the CacheAttributes property for this object.default AssociateFileSystemRequest.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)AssociateFileSystemRequest.Builder endpointNetworkConfiguration(EndpointNetworkConfiguration endpointNetworkConfiguration)
Specifies the 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 the 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 AssociateFileSystemRequest.Builder endpointNetworkConfiguration(Consumer<EndpointNetworkConfiguration.Builder> endpointNetworkConfiguration)
Specifies the 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)AssociateFileSystemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateFileSystemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.