CopyableBuilder<DescribeClusterSubnetGroupsResponse.Builder,DescribeClusterSubnetGroupsResponse>
, SdkBuilder<DescribeClusterSubnetGroupsResponse.Builder,DescribeClusterSubnetGroupsResponse>
public static interface DescribeClusterSubnetGroupsResponse.Builder extends CopyableBuilder<DescribeClusterSubnetGroupsResponse.Builder,DescribeClusterSubnetGroupsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeClusterSubnetGroupsResponse.Builder |
clusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups) |
A list of ClusterSubnetGroup instances.
|
DescribeClusterSubnetGroupsResponse.Builder |
clusterSubnetGroups(ClusterSubnetGroup... clusterSubnetGroups) |
A list of ClusterSubnetGroup instances.
|
DescribeClusterSubnetGroupsResponse.Builder |
marker(String marker) |
A value that indicates the starting point for the next set of response records in a subsequent request.
|
copy
apply, build
DescribeClusterSubnetGroupsResponse.Builder marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker
value in the Marker
parameter and retrying the command. If the Marker
field is
empty, all response records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response records in a subsequent
request. If a value is returned in a response, you can retrieve the next set of records by providing
this returned marker value in the Marker
parameter and retrying the command. If the
Marker
field is empty, all response records have been retrieved for the request.DescribeClusterSubnetGroupsResponse.Builder clusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
clusterSubnetGroups
- A list of ClusterSubnetGroup instances.DescribeClusterSubnetGroupsResponse.Builder clusterSubnetGroups(ClusterSubnetGroup... clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
NOTE: This method appends the values to the existing list (if any). Use
#setClusterSubnetGroups(java.util.Collection)
or
#withClusterSubnetGroups(java.util.Collection)
if you want to override the existing values.
clusterSubnetGroups
- A list of ClusterSubnetGroup instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.