public static interface StartMigrationRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<StartMigrationRequest.Builder,StartMigrationRequest>
| Modifier and Type | Method and Description |
|---|---|
StartMigrationRequest.Builder |
customerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)
List of endpoints from which data should be migrated.
|
StartMigrationRequest.Builder |
customerNodeEndpointList(Consumer<CustomerNodeEndpoint.Builder>... customerNodeEndpointList)
List of endpoints from which data should be migrated.
|
StartMigrationRequest.Builder |
customerNodeEndpointList(CustomerNodeEndpoint... customerNodeEndpointList)
List of endpoints from which data should be migrated.
|
StartMigrationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartMigrationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartMigrationRequest.Builder |
replicationGroupId(String replicationGroupId)
The ID of the replication group to which data should be migrated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartMigrationRequest.Builder replicationGroupId(String replicationGroupId)
The ID of the replication group to which data should be migrated.
replicationGroupId - The ID of the replication group to which data should be migrated.StartMigrationRequest.Builder customerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)
List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.
customerNodeEndpointList - List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should
have only one element.StartMigrationRequest.Builder customerNodeEndpointList(CustomerNodeEndpoint... customerNodeEndpointList)
List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.
customerNodeEndpointList - List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should
have only one element.StartMigrationRequest.Builder customerNodeEndpointList(Consumer<CustomerNodeEndpoint.Builder>... customerNodeEndpointList)
List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.
This is a convenience method that creates an instance of theCustomerNodeEndpoint.Builder avoiding the need to
create one manually via
CustomerNodeEndpoint.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #customerNodeEndpointList(List.
customerNodeEndpointList - a consumer that will call methods on
CustomerNodeEndpoint.Builder#customerNodeEndpointList(java.util.Collection) StartMigrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartMigrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.