public static interface DescribeGlobalReplicationGroupsResponse.Builder extends ElastiCacheResponse.Builder, SdkPojo, CopyableBuilder<DescribeGlobalReplicationGroupsResponse.Builder,DescribeGlobalReplicationGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalReplicationGroupsResponse.Builder |
globalReplicationGroups(Collection<GlobalReplicationGroup> globalReplicationGroups)
Indicates the slot configuration and global identifier for each slice group.
|
DescribeGlobalReplicationGroupsResponse.Builder |
globalReplicationGroups(Consumer<GlobalReplicationGroup.Builder>... globalReplicationGroups)
Indicates the slot configuration and global identifier for each slice group.
|
DescribeGlobalReplicationGroupsResponse.Builder |
globalReplicationGroups(GlobalReplicationGroup... globalReplicationGroups)
Indicates the slot configuration and global identifier for each slice group.
|
DescribeGlobalReplicationGroupsResponse.Builder |
marker(String marker)
An optional marker returned from a prior request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGlobalReplicationGroupsResponse.Builder marker(String marker)
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. >
marker - An optional marker returned from a prior request. Use this marker for pagination of results from this
operation. If this parameter is specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords. >DescribeGlobalReplicationGroupsResponse.Builder globalReplicationGroups(Collection<GlobalReplicationGroup> globalReplicationGroups)
Indicates the slot configuration and global identifier for each slice group.
globalReplicationGroups - Indicates the slot configuration and global identifier for each slice group.DescribeGlobalReplicationGroupsResponse.Builder globalReplicationGroups(GlobalReplicationGroup... globalReplicationGroups)
Indicates the slot configuration and global identifier for each slice group.
globalReplicationGroups - Indicates the slot configuration and global identifier for each slice group.DescribeGlobalReplicationGroupsResponse.Builder globalReplicationGroups(Consumer<GlobalReplicationGroup.Builder>... globalReplicationGroups)
Indicates the slot configuration and global identifier for each slice group.
This is a convenience method that creates an instance of theGlobalReplicationGroup.Builder avoiding the need to
create one manually via
GlobalReplicationGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #globalReplicationGroups(List.
globalReplicationGroups - a consumer that will call methods on
GlobalReplicationGroup.Builder#globalReplicationGroups(java.util.Collection) Copyright © 2023. All rights reserved.