public static interface UpdateFileSystemAssociationRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateFileSystemAssociationRequest.Builder,UpdateFileSystemAssociationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateFileSystemAssociationRequest.Builder |
auditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for the audit logs.
|
UpdateFileSystemAssociationRequest.Builder |
cacheAttributes(CacheAttributes cacheAttributes)
Sets the value of the CacheAttributes property for this object.
|
default UpdateFileSystemAssociationRequest.Builder |
cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Sets the value of the CacheAttributes property for this object.
|
UpdateFileSystemAssociationRequest.Builder |
fileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association that you want to update.
|
UpdateFileSystemAssociationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFileSystemAssociationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFileSystemAssociationRequest.Builder |
password(String password)
The password of the user credential.
|
UpdateFileSystemAssociationRequest.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, buildUpdateFileSystemAssociationRequest.Builder fileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association that you want to update.
fileSystemAssociationARN - The Amazon Resource Name (ARN) of the file system association that you want to update.UpdateFileSystemAssociationRequest.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.UpdateFileSystemAssociationRequest.Builder password(String password)
The password of the user credential.
password - The password of the user credential.UpdateFileSystemAssociationRequest.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.UpdateFileSystemAssociationRequest.Builder cacheAttributes(CacheAttributes cacheAttributes)
cacheAttributes - The new value for the CacheAttributes property for this object.default UpdateFileSystemAssociationRequest.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)UpdateFileSystemAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateFileSystemAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.