public static interface CompleteMigrationRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<CompleteMigrationRequest.Builder,CompleteMigrationRequest>
| Modifier and Type | Method and Description |
|---|---|
CompleteMigrationRequest.Builder |
force(Boolean force)
Forces the migration to stop without ensuring that data is in sync.
|
CompleteMigrationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CompleteMigrationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CompleteMigrationRequest.Builder |
replicationGroupId(String replicationGroupId)
The ID of the replication group to which data is being migrated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCompleteMigrationRequest.Builder replicationGroupId(String replicationGroupId)
The ID of the replication group to which data is being migrated.
replicationGroupId - The ID of the replication group to which data is being migrated.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.
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.CompleteMigrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCompleteMigrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.