Interface DescribeReplicationConfigurationTemplatesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeReplicationConfigurationTemplatesResponse.Builder,
,DescribeReplicationConfigurationTemplatesResponse> MgnResponse.Builder
,SdkBuilder<DescribeReplicationConfigurationTemplatesResponse.Builder,
,DescribeReplicationConfigurationTemplatesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeReplicationConfigurationTemplatesResponse
@Mutable
@NotThreadSafe
public static interface DescribeReplicationConfigurationTemplatesResponse.Builder
extends MgnResponse.Builder, SdkPojo, CopyableBuilder<DescribeReplicationConfigurationTemplatesResponse.Builder,DescribeReplicationConfigurationTemplatesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionRequest to describe Replication Configuration template by items.Request to describe Replication Configuration template by items.items
(ReplicationConfigurationTemplate... items) Request to describe Replication Configuration template by items.Request to describe Replication Configuration template by next token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mgn.model.MgnResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
DescribeReplicationConfigurationTemplatesResponse.Builder items(Collection<ReplicationConfigurationTemplate> items) Request to describe Replication Configuration template by items.
- Parameters:
items
- Request to describe Replication Configuration template by items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
DescribeReplicationConfigurationTemplatesResponse.Builder items(ReplicationConfigurationTemplate... items) Request to describe Replication Configuration template by items.
- Parameters:
items
- Request to describe Replication Configuration template by items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaReplicationConfigurationTemplate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<ReplicationConfigurationTemplate>)
.- Parameters:
items
- a consumer that will call methods onReplicationConfigurationTemplate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Request to describe Replication Configuration template by next token.
- Parameters:
nextToken
- Request to describe Replication Configuration template by next token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-