public static interface DescribeReplicationConfigurationTemplatesResponse.Builder extends MgnResponse.Builder, SdkPojo, CopyableBuilder<DescribeReplicationConfigurationTemplatesResponse.Builder,DescribeReplicationConfigurationTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicationConfigurationTemplatesResponse.Builder |
items(Collection<ReplicationConfigurationTemplate> items)
Request to describe Replication Configuration template by items.
|
DescribeReplicationConfigurationTemplatesResponse.Builder |
items(Consumer<ReplicationConfigurationTemplate.Builder>... items)
Request to describe Replication Configuration template by items.
|
DescribeReplicationConfigurationTemplatesResponse.Builder |
items(ReplicationConfigurationTemplate... items)
Request to describe Replication Configuration template by items.
|
DescribeReplicationConfigurationTemplatesResponse.Builder |
nextToken(String nextToken)
Request to describe Replication Configuration template by next token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeReplicationConfigurationTemplatesResponse.Builder items(Collection<ReplicationConfigurationTemplate> items)
Request to describe Replication Configuration template by items.
items - Request to describe Replication Configuration template by items.DescribeReplicationConfigurationTemplatesResponse.Builder items(ReplicationConfigurationTemplate... items)
Request to describe Replication Configuration template by items.
items - Request to describe Replication Configuration template by items.DescribeReplicationConfigurationTemplatesResponse.Builder items(Consumer<ReplicationConfigurationTemplate.Builder>... items)
Request to describe Replication Configuration template by items.
This is a convenience method that creates an instance of theReplicationConfigurationTemplate.Builder avoiding the need
to create one manually via
ReplicationConfigurationTemplate.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
ReplicationConfigurationTemplate.Builder#items(java.util.Collection) DescribeReplicationConfigurationTemplatesResponse.Builder nextToken(String nextToken)
Request to describe Replication Configuration template by next token.
nextToken - Request to describe Replication Configuration template by next token.Copyright © 2022. All rights reserved.