public static interface DescribeReservedNodesRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeReservedNodesRequest.Builder,DescribeReservedNodesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeReservedNodesRequest.Builder reservationId(String reservationId)
The reserved node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.
reservationId - The reserved node identifier filter value. Use this parameter to show only the reservation that
matches the specified reservation ID.DescribeReservedNodesRequest.Builder reservedNodesOfferingId(String reservedNodesOfferingId)
The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.
reservedNodesOfferingId - The offering identifier filter value. Use this parameter to show only purchased reservations matching
the specified offering identifier.DescribeReservedNodesRequest.Builder nodeType(String nodeType)
The node type filter value. Use this parameter to show only those reservations matching the specified node type. For more information, see Supported node types.
nodeType - The node type filter value. Use this parameter to show only those reservations matching the specified
node type. For more information, see Supported node types.DescribeReservedNodesRequest.Builder duration(String duration)
The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.
duration - The duration filter value, specified in years or seconds. Use this parameter to show only reservations
for this duration.DescribeReservedNodesRequest.Builder offeringType(String offeringType)
The offering type filter value. Use this parameter to show only the available offerings matching the specified offering type. Valid values: "All Upfront"|"Partial Upfront"| "No Upfront"
offeringType - The offering type filter value. Use this parameter to show only the available offerings matching the
specified offering type. Valid values: "All Upfront"|"Partial Upfront"| "No Upfront"DescribeReservedNodesRequest.Builder maxResults(Integer maxResults)
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.
maxResults - The maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a marker is included in the response so that the remaining results can be retrieved.DescribeReservedNodesRequest.Builder nextToken(String nextToken)
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
nextToken - An optional marker returned from a prior request. Use this marker for pagination of results from this
operation. If this parameter is specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords.DescribeReservedNodesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeReservedNodesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.