Interface UpdateFileSystemAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateFileSystemAssociationRequest.Builder,UpdateFileSystemAssociationRequest>,SdkBuilder<UpdateFileSystemAssociationRequest.Builder,UpdateFileSystemAssociationRequest>,SdkPojo,SdkRequest.Builder,StorageGatewayRequest.Builder
- Enclosing class:
- UpdateFileSystemAssociationRequest
public static interface UpdateFileSystemAssociationRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<UpdateFileSystemAssociationRequest.Builder,UpdateFileSystemAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateFileSystemAssociationRequest.BuilderauditDestinationARN(String auditDestinationARN)The Amazon Resource Name (ARN) of the storage used for the audit logs.default UpdateFileSystemAssociationRequest.BuildercacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)Sets the value of the CacheAttributes property for this object.UpdateFileSystemAssociationRequest.BuildercacheAttributes(CacheAttributes cacheAttributes)Sets the value of the CacheAttributes property for this object.UpdateFileSystemAssociationRequest.BuilderfileSystemAssociationARN(String fileSystemAssociationARN)The Amazon Resource Name (ARN) of the file system association that you want to update.UpdateFileSystemAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFileSystemAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateFileSystemAssociationRequest.Builderpassword(String password)The password of the user credential.UpdateFileSystemAssociationRequest.BuilderuserName(String userName)The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayRequest.Builder
build
-
-
-
-
Method Detail
-
fileSystemAssociationARN
UpdateFileSystemAssociationRequest.Builder fileSystemAssociationARN(String fileSystemAssociationARN)
The Amazon Resource Name (ARN) of the file system association that you want to update.
- Parameters:
fileSystemAssociationARN- The Amazon Resource Name (ARN) of the file system association that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userName
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
password
UpdateFileSystemAssociationRequest.Builder password(String password)
The password of the user credential.
- Parameters:
password- The password of the user credential.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
auditDestinationARN
UpdateFileSystemAssociationRequest.Builder auditDestinationARN(String auditDestinationARN)
The Amazon Resource Name (ARN) of the storage used for the audit logs.
- Parameters:
auditDestinationARN- The Amazon Resource Name (ARN) of the storage used for the audit logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheAttributes
UpdateFileSystemAssociationRequest.Builder cacheAttributes(CacheAttributes cacheAttributes)
Sets the value of the CacheAttributes property for this object.- Parameters:
cacheAttributes- The new value for the CacheAttributes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheAttributes
default UpdateFileSystemAssociationRequest.Builder cacheAttributes(Consumer<CacheAttributes.Builder> cacheAttributes)
Sets the value of the CacheAttributes property for this object. This is a convenience method that creates an instance of theCacheAttributes.Builderavoiding the need to create one manually viaCacheAttributes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocacheAttributes(CacheAttributes).- Parameters:
cacheAttributes- a consumer that will call methods onCacheAttributes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
cacheAttributes(CacheAttributes)
-
overrideConfiguration
UpdateFileSystemAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateFileSystemAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-