Interface CompleteMigrationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CompleteMigrationRequest.Builder,CompleteMigrationRequest>
,ElastiCacheRequest.Builder
,SdkBuilder<CompleteMigrationRequest.Builder,CompleteMigrationRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- CompleteMigrationRequest
public static interface CompleteMigrationRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<CompleteMigrationRequest.Builder,CompleteMigrationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompleteMigrationRequest.Builder
force(Boolean force)
Forces the migration to stop without ensuring that data is in sync.CompleteMigrationRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
CompleteMigrationRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
CompleteMigrationRequest.Builder
replicationGroupId(String replicationGroupId)
The ID of the replication group to which data is being migrated.-
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.elasticache.model.ElastiCacheRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
replicationGroupId
CompleteMigrationRequest.Builder replicationGroupId(String replicationGroupId)
The ID of the replication group to which data is being migrated.
- Parameters:
replicationGroupId
- The ID of the replication group to which data is being migrated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
force
CompleteMigrationRequest.Builder force(Boolean force)
Forces the migration to stop without ensuring that data is in sync. It is recommended to use this option only to abort the migration and not recommended when application wants to continue migration to ElastiCache.
- Parameters:
force
- Forces the migration to stop without ensuring that data is in sync. It is recommended to use this option only to abort the migration and not recommended when application wants to continue migration to ElastiCache.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CompleteMigrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CompleteMigrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-