public static interface DescribeNodeConfigurationOptionsResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeNodeConfigurationOptionsResponse.Builder,DescribeNodeConfigurationOptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeNodeConfigurationOptionsResponse.Builder |
marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeNodeConfigurationOptionsResponse.Builder |
nodeConfigurationOptionList(Collection<NodeConfigurationOption> nodeConfigurationOptionList)
A list of valid node configurations.
|
DescribeNodeConfigurationOptionsResponse.Builder |
nodeConfigurationOptionList(Consumer<NodeConfigurationOption.Builder>... nodeConfigurationOptionList)
A list of valid node configurations.
|
DescribeNodeConfigurationOptionsResponse.Builder |
nodeConfigurationOptionList(NodeConfigurationOption... nodeConfigurationOptionList)
A list of valid node configurations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNodeConfigurationOptionsResponse.Builder nodeConfigurationOptionList(Collection<NodeConfigurationOption> nodeConfigurationOptionList)
A list of valid node configurations.
nodeConfigurationOptionList - A list of valid node configurations.DescribeNodeConfigurationOptionsResponse.Builder nodeConfigurationOptionList(NodeConfigurationOption... nodeConfigurationOptionList)
A list of valid node configurations.
nodeConfigurationOptionList - A list of valid node configurations.DescribeNodeConfigurationOptionsResponse.Builder nodeConfigurationOptionList(Consumer<NodeConfigurationOption.Builder>... nodeConfigurationOptionList)
A list of valid node configurations.
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 #nodeConfigurationOptionList(List) .nodeConfigurationOptionList - a consumer that will call methods on List.Builder #nodeConfigurationOptionList(List) DescribeNodeConfigurationOptionsResponse.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.Copyright © 2021. All rights reserved.