Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PurchaseReservedCacheNodesOfferingRequest.Builder,PurchaseReservedCacheNodesOfferingRequest>
@Generated("software.amazon.awssdk:codegen") public class PurchaseReservedCacheNodesOfferingRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PurchaseReservedCacheNodesOfferingRequest.Builder,PurchaseReservedCacheNodesOfferingRequest>
Represents the input of a PurchaseReservedCacheNodesOffering
operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PurchaseReservedCacheNodesOfferingRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static PurchaseReservedCacheNodesOfferingRequest.Builder |
builder() |
|
Integer |
cacheNodeCount() |
The number of cache node instances to reserve.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
reservedCacheNodeId() |
A customer-specified identifier to track this reservation.
|
String |
reservedCacheNodesOfferingId() |
The ID of the reserved cache node offering to purchase.
|
static Class<? extends PurchaseReservedCacheNodesOfferingRequest.Builder> |
serializableBuilderClass() |
|
PurchaseReservedCacheNodesOfferingRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String reservedCacheNodesOfferingId()
The ID of the reserved cache node offering to purchase.
Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
public String reservedCacheNodeId()
A customer-specified identifier to track this reservation.
The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.
Example: myreservationID
The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation. If this parameter is not specified, ElastiCache automatically generates an identifier for the reservation.
Example: myreservationID
public Integer cacheNodeCount()
The number of cache node instances to reserve.
Default: 1
Default: 1
public PurchaseReservedCacheNodesOfferingRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PurchaseReservedCacheNodesOfferingRequest.Builder,PurchaseReservedCacheNodesOfferingRequest>
public static PurchaseReservedCacheNodesOfferingRequest.Builder builder()
public static Class<? extends PurchaseReservedCacheNodesOfferingRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.