public static interface DescribeReplicationGroupsResponse.Builder extends ElastiCacheResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 #replicationGroups(List) .replicationGroups - a consumer that will call methods on List.Builder #replicationGroups(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.