public static interface TestMigrationRequest.Builder extends ElastiCacheRequest.Builder, SdkPojo, CopyableBuilder<TestMigrationRequest.Builder,TestMigrationRequest>
| Modifier and Type | Method and Description |
|---|---|
TestMigrationRequest.Builder |
customerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)
List of endpoints from which data should be migrated.
|
TestMigrationRequest.Builder |
customerNodeEndpointList(Consumer<CustomerNodeEndpoint.Builder>... customerNodeEndpointList)
List of endpoints from which data should be migrated.
|
TestMigrationRequest.Builder |
customerNodeEndpointList(CustomerNodeEndpoint... customerNodeEndpointList)
List of endpoints from which data should be migrated.
|
TestMigrationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TestMigrationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TestMigrationRequest.Builder |
replicationGroupId(String replicationGroupId)
The ID of the replication group to which data is to be migrated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTestMigrationRequest.Builder replicationGroupId(String replicationGroupId)
The ID of the replication group to which data is to be migrated.
replicationGroupId - The ID of the replication group to which data is to be migrated.TestMigrationRequest.Builder customerNodeEndpointList(Collection<CustomerNodeEndpoint> customerNodeEndpointList)
List of endpoints from which data should be migrated. List should have only one element.
customerNodeEndpointList - List of endpoints from which data should be migrated. List should have only one element.TestMigrationRequest.Builder customerNodeEndpointList(CustomerNodeEndpoint... customerNodeEndpointList)
List of endpoints from which data should be migrated. List should have only one element.
customerNodeEndpointList - List of endpoints from which data should be migrated. List should have only one element.TestMigrationRequest.Builder customerNodeEndpointList(Consumer<CustomerNodeEndpoint.Builder>... customerNodeEndpointList)
List of endpoints from which data should be migrated. 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) TestMigrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTestMigrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.