Interface DeleteReplicationConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteReplicationConfigurationRequest.Builder,DeleteReplicationConfigurationRequest>,EfsRequest.Builder,SdkBuilder<DeleteReplicationConfigurationRequest.Builder,DeleteReplicationConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteReplicationConfigurationRequest
public static interface DeleteReplicationConfigurationRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<DeleteReplicationConfigurationRequest.Builder,DeleteReplicationConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteReplicationConfigurationRequest.BuilderdeletionMode(String deletionMode)When replicating across Amazon Web Services accounts or across Amazon Web Services Regions, Amazon EFS deletes the replication configuration from both the source and destination account or Region (ALL_CONFIGURATIONS) by default.DeleteReplicationConfigurationRequest.BuilderdeletionMode(DeletionMode deletionMode)When replicating across Amazon Web Services accounts or across Amazon Web Services Regions, Amazon EFS deletes the replication configuration from both the source and destination account or Region (ALL_CONFIGURATIONS) by default.DeleteReplicationConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteReplicationConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteReplicationConfigurationRequest.BuildersourceFileSystemId(String sourceFileSystemId)The ID of the source file system in the replication configuration.-
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.services.efs.model.EfsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sourceFileSystemId
DeleteReplicationConfigurationRequest.Builder sourceFileSystemId(String sourceFileSystemId)
The ID of the source file system in the replication configuration.
- Parameters:
sourceFileSystemId- The ID of the source file system in the replication configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletionMode
DeleteReplicationConfigurationRequest.Builder deletionMode(String deletionMode)
When replicating across Amazon Web Services accounts or across Amazon Web Services Regions, Amazon EFS deletes the replication configuration from both the source and destination account or Region (
ALL_CONFIGURATIONS) by default. If there's a configuration or permissions issue that prevents Amazon EFS from deleting the replication configuration from both sides, you can use theLOCAL_CONFIGURATION_ONLYmode to delete the replication configuration from only the local side (the account or Region from which the delete is performed).Only use the
LOCAL_CONFIGURATION_ONLYmode in the case that Amazon EFS is unable to delete the replication configuration in both the source and destination account or Region. Deleting the local configuration leaves the configuration in the other account or Region unrecoverable.Additionally, do not use this mode for same-account, same-region replication as doing so results in a BadRequest exception error.
- Parameters:
deletionMode- When replicating across Amazon Web Services accounts or across Amazon Web Services Regions, Amazon EFS deletes the replication configuration from both the source and destination account or Region (ALL_CONFIGURATIONS) by default. If there's a configuration or permissions issue that prevents Amazon EFS from deleting the replication configuration from both sides, you can use theLOCAL_CONFIGURATION_ONLYmode to delete the replication configuration from only the local side (the account or Region from which the delete is performed).Only use the
LOCAL_CONFIGURATION_ONLYmode in the case that Amazon EFS is unable to delete the replication configuration in both the source and destination account or Region. Deleting the local configuration leaves the configuration in the other account or Region unrecoverable.Additionally, do not use this mode for same-account, same-region replication as doing so results in a BadRequest exception error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeletionMode,DeletionMode
-
deletionMode
DeleteReplicationConfigurationRequest.Builder deletionMode(DeletionMode deletionMode)
When replicating across Amazon Web Services accounts or across Amazon Web Services Regions, Amazon EFS deletes the replication configuration from both the source and destination account or Region (
ALL_CONFIGURATIONS) by default. If there's a configuration or permissions issue that prevents Amazon EFS from deleting the replication configuration from both sides, you can use theLOCAL_CONFIGURATION_ONLYmode to delete the replication configuration from only the local side (the account or Region from which the delete is performed).Only use the
LOCAL_CONFIGURATION_ONLYmode in the case that Amazon EFS is unable to delete the replication configuration in both the source and destination account or Region. Deleting the local configuration leaves the configuration in the other account or Region unrecoverable.Additionally, do not use this mode for same-account, same-region replication as doing so results in a BadRequest exception error.
- Parameters:
deletionMode- When replicating across Amazon Web Services accounts or across Amazon Web Services Regions, Amazon EFS deletes the replication configuration from both the source and destination account or Region (ALL_CONFIGURATIONS) by default. If there's a configuration or permissions issue that prevents Amazon EFS from deleting the replication configuration from both sides, you can use theLOCAL_CONFIGURATION_ONLYmode to delete the replication configuration from only the local side (the account or Region from which the delete is performed).Only use the
LOCAL_CONFIGURATION_ONLYmode in the case that Amazon EFS is unable to delete the replication configuration in both the source and destination account or Region. Deleting the local configuration leaves the configuration in the other account or Region unrecoverable.Additionally, do not use this mode for same-account, same-region replication as doing so results in a BadRequest exception error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeletionMode,DeletionMode
-
overrideConfiguration
DeleteReplicationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteReplicationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-