Interface DescribeReservedNodesOfferingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeReservedNodesOfferingsRequest.Builder,DescribeReservedNodesOfferingsRequest>,MemoryDbRequest.Builder,SdkBuilder<DescribeReservedNodesOfferingsRequest.Builder,DescribeReservedNodesOfferingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeReservedNodesOfferingsRequest
public static interface DescribeReservedNodesOfferingsRequest.Builder extends MemoryDbRequest.Builder, SdkPojo, CopyableBuilder<DescribeReservedNodesOfferingsRequest.Builder,DescribeReservedNodesOfferingsRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.memorydb.model.MemoryDbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
reservedNodesOfferingId
DescribeReservedNodesOfferingsRequest.Builder reservedNodesOfferingId(String reservedNodesOfferingId)
The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
- Parameters:
reservedNodesOfferingId- The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeType
DescribeReservedNodesOfferingsRequest.Builder nodeType(String nodeType)
The node type for the reserved nodes. For more information, see Supported node types.
- Parameters:
nodeType- The node type for the reserved nodes. For more information, see Supported node types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
duration
DescribeReservedNodesOfferingsRequest.Builder duration(String duration)
Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.
- Parameters:
duration- Duration filter value, specified in years or seconds. Use this parameter to show only reservations for a given duration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
offeringType
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"
- Parameters:
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"- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeReservedNodesOfferingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeReservedNodesOfferingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-