Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
ReservedNodeOffering |
ReservedNodeOffering.withCurrencyCode(String currencyCode)
The currency code for the compute nodes offering.
|
ReservedNodeOffering |
ReservedNodeOffering.withDuration(Integer duration)
The duration, in seconds, for which the offering will reserve the
node.
|
ReservedNodeOffering |
ReservedNodeOffering.withFixedPrice(Double fixedPrice)
The upfront fixed charge you will pay to purchase the specific
reserved node offering.
|
ReservedNodeOffering |
ReservedNodeOffering.withNodeType(String nodeType)
The node type offered by the reserved node offering.
|
ReservedNodeOffering |
ReservedNodeOffering.withOfferingType(String offeringType)
The anticipated utilization of the reserved node, as defined in the
reserved node offering.
|
ReservedNodeOffering |
ReservedNodeOffering.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
The charge to your account regardless of whether you are creating any
clusters using the node offering.
|
ReservedNodeOffering |
ReservedNodeOffering.withRecurringCharges(RecurringCharge... recurringCharges)
The charge to your account regardless of whether you are creating any
clusters using the node offering.
|
ReservedNodeOffering |
ReservedNodeOffering.withReservedNodeOfferingId(String reservedNodeOfferingId)
The offering identifier.
|
ReservedNodeOffering |
ReservedNodeOffering.withUsagePrice(Double usagePrice)
The rate you are charged for each hour the cluster that is using the
offering is running.
|
Modifier and Type | Method and Description |
---|---|
List<ReservedNodeOffering> |
DescribeReservedNodeOfferingsResult.getReservedNodeOfferings()
A list of reserved node offerings.
|
Modifier and Type | Method and Description |
---|---|
DescribeReservedNodeOfferingsResult |
DescribeReservedNodeOfferingsResult.withReservedNodeOfferings(ReservedNodeOffering... reservedNodeOfferings)
A list of reserved node offerings.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeReservedNodeOfferingsResult.setReservedNodeOfferings(Collection<ReservedNodeOffering> reservedNodeOfferings)
A list of reserved node offerings.
|
DescribeReservedNodeOfferingsResult |
DescribeReservedNodeOfferingsResult.withReservedNodeOfferings(Collection<ReservedNodeOffering> reservedNodeOfferings)
A list of reserved node offerings.
|
Copyright © 2015. All rights reserved.