public static interface DescribeReservedNodeExchangeStatusResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeReservedNodeExchangeStatusResponse.Builder,DescribeReservedNodeExchangeStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeReservedNodeExchangeStatusResponse.Builder |
marker(String marker)
A pagination token provided by a previous
DescribeReservedNodeExchangeStatus request. |
DescribeReservedNodeExchangeStatusResponse.Builder |
reservedNodeExchangeStatusDetails(Collection<ReservedNodeExchangeStatus> reservedNodeExchangeStatusDetails)
The details of the reserved-node exchange request, including the status, request time, source reserved-node
identifier, and additional details.
|
DescribeReservedNodeExchangeStatusResponse.Builder |
reservedNodeExchangeStatusDetails(Consumer<ReservedNodeExchangeStatus.Builder>... reservedNodeExchangeStatusDetails)
The details of the reserved-node exchange request, including the status, request time, source reserved-node
identifier, and additional details.
|
DescribeReservedNodeExchangeStatusResponse.Builder |
reservedNodeExchangeStatusDetails(ReservedNodeExchangeStatus... reservedNodeExchangeStatusDetails)
The details of the reserved-node exchange request, including the status, request time, source reserved-node
identifier, and additional details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeReservedNodeExchangeStatusResponse.Builder reservedNodeExchangeStatusDetails(Collection<ReservedNodeExchangeStatus> reservedNodeExchangeStatusDetails)
The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.
reservedNodeExchangeStatusDetails - The details of the reserved-node exchange request, including the status, request time, source
reserved-node identifier, and additional details.DescribeReservedNodeExchangeStatusResponse.Builder reservedNodeExchangeStatusDetails(ReservedNodeExchangeStatus... reservedNodeExchangeStatusDetails)
The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.
reservedNodeExchangeStatusDetails - The details of the reserved-node exchange request, including the status, request time, source
reserved-node identifier, and additional details.DescribeReservedNodeExchangeStatusResponse.Builder reservedNodeExchangeStatusDetails(Consumer<ReservedNodeExchangeStatus.Builder>... reservedNodeExchangeStatusDetails)
The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.
This is a convenience method 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 #reservedNodeExchangeStatusDetails(List) .reservedNodeExchangeStatusDetails - a consumer that will call methods on List.Builder #reservedNodeExchangeStatusDetails(List) DescribeReservedNodeExchangeStatusResponse.Builder marker(String marker)
A pagination token provided by a previous DescribeReservedNodeExchangeStatus request.
marker - A pagination token provided by a previous DescribeReservedNodeExchangeStatus request.Copyright © 2022. All rights reserved.