public static interface DescribeClusterParameterGroupsResponse.Builder extends RedshiftResponse.Builder, CopyableBuilder<DescribeClusterParameterGroupsResponse.Builder,DescribeClusterParameterGroupsResponse>
| Modifier and Type | Method and Description | 
|---|---|
| DescribeClusterParameterGroupsResponse.Builder | marker(String marker)
 A value that indicates the starting point for the next set of response records in a subsequent request. | 
| DescribeClusterParameterGroupsResponse.Builder | parameterGroups(ClusterParameterGroup... parameterGroups)
 A list of ClusterParameterGroup instances. | 
| DescribeClusterParameterGroupsResponse.Builder | parameterGroups(Collection<ClusterParameterGroup> parameterGroups)
 A list of ClusterParameterGroup instances. | 
| DescribeClusterParameterGroupsResponse.Builder | parameterGroups(Consumer<ClusterParameterGroup.Builder>... parameterGroups)
 A list of ClusterParameterGroup instances. | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeClusterParameterGroupsResponse.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.DescribeClusterParameterGroupsResponse.Builder parameterGroups(Collection<ClusterParameterGroup> parameterGroups)
A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.
parameterGroups - A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.DescribeClusterParameterGroupsResponse.Builder parameterGroups(ClusterParameterGroup... parameterGroups)
A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.
parameterGroups - A list of ClusterParameterGroup instances. Each instance describes one cluster parameter group.DescribeClusterParameterGroupsResponse.Builder parameterGroups(Consumer<ClusterParameterGroup.Builder>... parameterGroups)
A list of ClusterParameterGroup instances. Each instance describes one cluster parameter 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 #parameterGroups(List) .parameterGroups - a consumer that will call methods on List.Builder #parameterGroups(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.