@Generated(value="software.amazon.awssdk:codegen") public final class RedshiftInstanceDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RedshiftInstanceDetails.Builder,RedshiftInstanceDetails>
Details about the Amazon Redshift instances that AWS recommends that you purchase.
Modifier and Type | Class and Description |
---|---|
static interface |
RedshiftInstanceDetails.Builder |
Modifier and Type | Method and Description |
---|---|
static RedshiftInstanceDetails.Builder |
builder() |
Boolean |
currentGeneration()
Whether the recommendation is for a current generation instance.
|
boolean |
equals(Object obj) |
String |
family()
The instance family of the recommended reservation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nodeType()
The type of node that AWS recommends.
|
String |
region()
The AWS Region of the recommended reservation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RedshiftInstanceDetails.Builder> |
serializableBuilderClass() |
Boolean |
sizeFlexEligible()
Whether the recommended reservation is size flexible.
|
RedshiftInstanceDetails.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String family()
The instance family of the recommended reservation.
public String nodeType()
The type of node that AWS recommends.
public String region()
The AWS Region of the recommended reservation.
public Boolean currentGeneration()
Whether the recommendation is for a current generation instance.
public Boolean sizeFlexEligible()
Whether the recommended reservation is size flexible.
public RedshiftInstanceDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RedshiftInstanceDetails.Builder,RedshiftInstanceDetails>
public static RedshiftInstanceDetails.Builder builder()
public static Class<? extends RedshiftInstanceDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.