public static interface GetReservedNodeExchangeConfigurationOptionsResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<GetReservedNodeExchangeConfigurationOptionsResponse.Builder,GetReservedNodeExchangeConfigurationOptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetReservedNodeExchangeConfigurationOptionsResponse.Builder |
marker(String marker)
A pagination token provided by a previous
GetReservedNodeExchangeConfigurationOptions request. |
GetReservedNodeExchangeConfigurationOptionsResponse.Builder |
reservedNodeConfigurationOptionList(Collection<ReservedNodeConfigurationOption> reservedNodeConfigurationOptionList)
the configuration options for the reserved-node exchange.
|
GetReservedNodeExchangeConfigurationOptionsResponse.Builder |
reservedNodeConfigurationOptionList(Consumer<ReservedNodeConfigurationOption.Builder>... reservedNodeConfigurationOptionList)
the configuration options for the reserved-node exchange.
|
GetReservedNodeExchangeConfigurationOptionsResponse.Builder |
reservedNodeConfigurationOptionList(ReservedNodeConfigurationOption... reservedNodeConfigurationOptionList)
the configuration options for the reserved-node exchange.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetReservedNodeExchangeConfigurationOptionsResponse.Builder marker(String marker)
A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions request.
marker - A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions
request.GetReservedNodeExchangeConfigurationOptionsResponse.Builder reservedNodeConfigurationOptionList(Collection<ReservedNodeConfigurationOption> reservedNodeConfigurationOptionList)
the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.
reservedNodeConfigurationOptionList - the configuration options for the reserved-node exchange. These options include information about the
source reserved node and target reserved node. Details include the node type, the price, the node
count, and the offering type.GetReservedNodeExchangeConfigurationOptionsResponse.Builder reservedNodeConfigurationOptionList(ReservedNodeConfigurationOption... reservedNodeConfigurationOptionList)
the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.
reservedNodeConfigurationOptionList - the configuration options for the reserved-node exchange. These options include information about the
source reserved node and target reserved node. Details include the node type, the price, the node
count, and the offering type.GetReservedNodeExchangeConfigurationOptionsResponse.Builder reservedNodeConfigurationOptionList(Consumer<ReservedNodeConfigurationOption.Builder>... reservedNodeConfigurationOptionList)
the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.
This is a convenience method that creates an instance of theReservedNodeConfigurationOption.Builder avoiding the
need to create one manually via
ReservedNodeConfigurationOption.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #reservedNodeConfigurationOptionList(List.
reservedNodeConfigurationOptionList - a consumer that will call methods on
ReservedNodeConfigurationOption.Builder#reservedNodeConfigurationOptionList(java.util.Collection) Copyright © 2022. All rights reserved.