CopyableBuilder<DescribeReservedNodesResponse.Builder,DescribeReservedNodesResponse>
, SdkBuilder<DescribeReservedNodesResponse.Builder,DescribeReservedNodesResponse>
public static interface DescribeReservedNodesResponse.Builder extends CopyableBuilder<DescribeReservedNodesResponse.Builder,DescribeReservedNodesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeReservedNodesResponse.Builder |
marker(String marker) |
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeReservedNodesResponse.Builder |
reservedNodes(Collection<ReservedNode> reservedNodes) |
The list of
ReservedNode objects. |
DescribeReservedNodesResponse.Builder |
reservedNodes(ReservedNode... reservedNodes) |
The list of
ReservedNode objects. |
copy
apply, build
DescribeReservedNodesResponse.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.DescribeReservedNodesResponse.Builder reservedNodes(Collection<ReservedNode> reservedNodes)
The list of ReservedNode
objects.
reservedNodes
- The list of ReservedNode
objects.DescribeReservedNodesResponse.Builder reservedNodes(ReservedNode... reservedNodes)
The list of ReservedNode
objects.
NOTE: This method appends the values to the existing list (if any). Use
#setReservedNodes(java.util.Collection)
or #withReservedNodes(java.util.Collection)
if you
want to override the existing values.
reservedNodes
- The list of ReservedNode
objects.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.