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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #customerNodeEndpointList(List) .customerNodeEndpointList - a consumer that will call methods on List.Builder #customerNodeEndpointList(List) StartMigrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartMigrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.