Interface DescribeReservedNodesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeReservedNodesRequest.Builder,
,DescribeReservedNodesRequest> MemoryDbRequest.Builder
,SdkBuilder<DescribeReservedNodesRequest.Builder,
,DescribeReservedNodesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeReservedNodesRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe duration filter value, specified in years or seconds.maxResults
(Integer maxResults) The maximum number of records to include in the response.An optional marker returned from a prior request.The node type filter value.offeringType
(String offeringType) The offering type filter value.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.reservationId
(String reservationId) The reserved node identifier filter value.reservedNodesOfferingId
(String reservedNodesOfferingId) The offering identifier filter value.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 Details
-
reservationId
The reserved node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.
- Parameters:
reservationId
- The reserved node identifier filter value. Use this parameter to show only the reservation that matches the specified reservation ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservedNodesOfferingId
The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.
- Parameters:
reservedNodesOfferingId
- The offering identifier filter value. Use this parameter to show only purchased reservations matching the specified offering identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
duration
The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.
- Parameters:
duration
- The duration filter value, specified in years or seconds. Use this parameter to show only reservations for this duration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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
DescribeReservedNodesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeReservedNodesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-