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 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 #items(List) .items - a consumer that will call methods on List.Builder #items(List) 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 © 2021. All rights reserved.