public static interface DescribeReservedNodesOfferingsRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeReservedNodesOfferingsRequest.Builder,DescribeReservedNodesOfferingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeReservedNodesOfferingsRequest.Builder reservedNodesOfferingId(String reservedNodesOfferingId)
The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
reservedNodesOfferingId - The offering identifier filter value. Use this parameter to show only the available offering that
matches the specified reservation identifier.DescribeReservedNodesOfferingsRequest.Builder nodeType(String nodeType)
The node type for the reserved nodes. For more information, see Supported node types.
nodeType - The node type for the reserved nodes. For more information, see Supported node types.DescribeReservedNodesOfferingsRequest.Builder duration(String duration)
Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.
duration - Duration filter value, specified in years or seconds. Use this parameter to show only reservations for
a given duration.DescribeReservedNodesOfferingsRequest.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"DescribeReservedNodesOfferingsRequest.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.DescribeReservedNodesOfferingsRequest.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.DescribeReservedNodesOfferingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeReservedNodesOfferingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.