public static interface DescribeReplicationGroupsResponse.Builder extends ElastiCacheResponse.Builder, SdkPojo, CopyableBuilder<DescribeReplicationGroupsResponse.Builder,DescribeReplicationGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicationGroupsResponse.Builder |
marker(String marker)
Provides an identifier to allow retrieval of paginated results.
|
DescribeReplicationGroupsResponse.Builder |
replicationGroups(Collection<ReplicationGroup> replicationGroups)
A list of replication groups.
|
DescribeReplicationGroupsResponse.Builder |
replicationGroups(Consumer<ReplicationGroup.Builder>... replicationGroups)
A list of replication groups.
|
DescribeReplicationGroupsResponse.Builder |
replicationGroups(ReplicationGroup... replicationGroups)
A list of replication groups.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeReplicationGroupsResponse.Builder marker(String marker)
Provides an identifier to allow retrieval of paginated results.
marker - Provides an identifier to allow retrieval of paginated results.DescribeReplicationGroupsResponse.Builder replicationGroups(Collection<ReplicationGroup> replicationGroups)
A list of replication groups. Each item in the list contains detailed information about one replication group.
replicationGroups - A list of replication groups. Each item in the list contains detailed information about one
replication group.DescribeReplicationGroupsResponse.Builder replicationGroups(ReplicationGroup... replicationGroups)
A list of replication groups. Each item in the list contains detailed information about one replication group.
replicationGroups - A list of replication groups. Each item in the list contains detailed information about one
replication group.DescribeReplicationGroupsResponse.Builder replicationGroups(Consumer<ReplicationGroup.Builder>... replicationGroups)
A list of replication groups. Each item in the list contains detailed information about one replication group.
This is a convenience method that creates an instance of theReplicationGroup.Builder avoiding the need to
create one manually via ReplicationGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #replicationGroups(List.
replicationGroups - a consumer that will call methods on
ReplicationGroup.Builder#replicationGroups(java.util.Collection) Copyright © 2023. All rights reserved.