Interface UpdateFileSystemProtectionRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateFileSystemProtectionRequest.Builder,,- UpdateFileSystemProtectionRequest> - EfsRequest.Builder,- SdkBuilder<UpdateFileSystemProtectionRequest.Builder,,- UpdateFileSystemProtectionRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateFileSystemProtectionRequest
- 
Method SummaryModifier and TypeMethodDescriptionfileSystemId(String fileSystemId) The ID of the file system to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.replicationOverwriteProtection(String replicationOverwriteProtection) The status of the file system's replication overwrite protection.replicationOverwriteProtection(ReplicationOverwriteProtection replicationOverwriteProtection) The status of the file system's replication overwrite protection.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 to update. - Parameters:
- fileSystemId- The ID of the file system to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
replicationOverwriteProtectionUpdateFileSystemProtectionRequest.Builder replicationOverwriteProtection(String replicationOverwriteProtection) The status of the file system's replication overwrite protection. - 
 ENABLED– The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection isENABLEDby default.
- 
 DISABLED– The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication.
- 
 REPLICATING– The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication.
 If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled and the file system becomes writeable. - Parameters:
- replicationOverwriteProtection- The status of the file system's replication overwrite protection.- 
        ENABLED– The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection isENABLEDby default.
- 
        DISABLED– The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication.
- 
        REPLICATING– The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication.
 - If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled and the file system becomes writeable. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
replicationOverwriteProtectionUpdateFileSystemProtectionRequest.Builder replicationOverwriteProtection(ReplicationOverwriteProtection replicationOverwriteProtection) The status of the file system's replication overwrite protection. - 
 ENABLED– The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection isENABLEDby default.
- 
 DISABLED– The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication.
- 
 REPLICATING– The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication.
 If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled and the file system becomes writeable. - Parameters:
- replicationOverwriteProtection- The status of the file system's replication overwrite protection.- 
        ENABLED– The file system cannot be used as the destination file system in a replication configuration. The file system is writeable. Replication overwrite protection isENABLEDby default.
- 
        DISABLED– The file system can be used as the destination file system in a replication configuration. The file system is read-only and can only be modified by EFS replication.
- 
        REPLICATING– The file system is being used as the destination file system in a replication configuration. The file system is read-only and is only modified only by EFS replication.
 - If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled and the file system becomes writeable. 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
overrideConfigurationUpdateFileSystemProtectionRequest.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.
 
- 
overrideConfigurationUpdateFileSystemProtectionRequest.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.
 
 
-