Interface UpdateFileSystemRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateFileSystemRequest.Builder,,- UpdateFileSystemRequest> - EfsRequest.Builder,- SdkBuilder<UpdateFileSystemRequest.Builder,,- UpdateFileSystemRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateFileSystemRequest
- 
Method SummaryModifier and TypeMethodDescriptionfileSystemId(String fileSystemId) The ID of the file system that you want to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.provisionedThroughputInMibps(Double provisionedThroughputInMibps) (Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating.throughputMode(String throughputMode) (Optional) Updates the file system's throughput mode.throughputMode(ThroughputMode throughputMode) (Optional) Updates the file system's throughput mode.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.efs.model.EfsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
fileSystemIdThe ID of the file system that you want to update. - Parameters:
- fileSystemId- The ID of the file system that you want to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
throughputMode(Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you don't need to provide this value in your request. If you are changing the ThroughputModetoprovisioned, you must also set a value forProvisionedThroughputInMibps.- Parameters:
- throughputMode- (Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you don't need to provide this value in your request. If you are changing the- ThroughputModeto- provisioned, you must also set a value for- ProvisionedThroughputInMibps.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
throughputMode(Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you don't need to provide this value in your request. If you are changing the ThroughputModetoprovisioned, you must also set a value forProvisionedThroughputInMibps.- Parameters:
- throughputMode- (Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you don't need to provide this value in your request. If you are changing the- ThroughputModeto- provisioned, you must also set a value for- ProvisionedThroughputInMibps.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
provisionedThroughputInMibps(Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if ThroughputModeis set toprovisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact Amazon Web ServicesSupport. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.- Parameters:
- provisionedThroughputInMibps- (Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if- ThroughputModeis set to- provisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact Amazon Web ServicesSupport. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdateFileSystemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateFileSystemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-