CopyableBuilder<DescribeReplicationSubnetGroupsResponse.Builder,DescribeReplicationSubnetGroupsResponse>
, SdkBuilder<DescribeReplicationSubnetGroupsResponse.Builder,DescribeReplicationSubnetGroupsResponse>
public static interface DescribeReplicationSubnetGroupsResponse.Builder extends CopyableBuilder<DescribeReplicationSubnetGroupsResponse.Builder,DescribeReplicationSubnetGroupsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeReplicationSubnetGroupsResponse.Builder |
marker(String marker) |
An optional pagination token provided by a previous request.
|
DescribeReplicationSubnetGroupsResponse.Builder |
replicationSubnetGroups(Collection<ReplicationSubnetGroup> replicationSubnetGroups) |
A description of the replication subnet groups.
|
DescribeReplicationSubnetGroupsResponse.Builder |
replicationSubnetGroups(ReplicationSubnetGroup... replicationSubnetGroups) |
A description of the replication subnet groups.
|
copy
apply, build
DescribeReplicationSubnetGroupsResponse.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.DescribeReplicationSubnetGroupsResponse.Builder replicationSubnetGroups(Collection<ReplicationSubnetGroup> replicationSubnetGroups)
A description of the replication subnet groups.
replicationSubnetGroups
- A description of the replication subnet groups.DescribeReplicationSubnetGroupsResponse.Builder replicationSubnetGroups(ReplicationSubnetGroup... replicationSubnetGroups)
A description of the replication subnet groups.
NOTE: This method appends the values to the existing list (if any). Use
#setReplicationSubnetGroups(java.util.Collection)
or
#withReplicationSubnetGroups(java.util.Collection)
if you want to override the existing values.
replicationSubnetGroups
- A description of the replication subnet groups.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.