Class CfnScheduledAction.ResizeClusterMessageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.redshift.CfnScheduledAction.ResizeClusterMessageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnScheduledAction.ResizeClusterMessageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnScheduledAction.ResizeClusterMessageProperty
@Stability(Stable)
@Internal
public static final class CfnScheduledAction.ResizeClusterMessageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnScheduledAction.ResizeClusterMessageProperty
An implementation for
CfnScheduledAction.ResizeClusterMessageProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.redshift.CfnScheduledAction.ResizeClusterMessageProperty
CfnScheduledAction.ResizeClusterMessageProperty.Builder, CfnScheduledAction.ResizeClusterMessageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnScheduledAction.ResizeClusterMessageProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectA boolean value indicating whether the resize operation is using the classic resize process.final StringThe unique identifier for the cluster to resize.final StringThe new cluster type for the specified cluster.final StringThe new node type for the nodes you are adding.final NumberThe new number of nodes for the cluster.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnScheduledAction.ResizeClusterMessageProperty.Builder.
-
-
Method Details
-
getClusterIdentifier
Description copied from interface:CfnScheduledAction.ResizeClusterMessagePropertyThe unique identifier for the cluster to resize.- Specified by:
getClusterIdentifierin interfaceCfnScheduledAction.ResizeClusterMessageProperty
-
getClassic
Description copied from interface:CfnScheduledAction.ResizeClusterMessagePropertyA boolean value indicating whether the resize operation is using the classic resize process.If you don't provide this parameter or set the value to
false, the resize type is elastic.- Specified by:
getClassicin interfaceCfnScheduledAction.ResizeClusterMessageProperty
-
getClusterType
Description copied from interface:CfnScheduledAction.ResizeClusterMessagePropertyThe new cluster type for the specified cluster.- Specified by:
getClusterTypein interfaceCfnScheduledAction.ResizeClusterMessageProperty
-
getNodeType
Description copied from interface:CfnScheduledAction.ResizeClusterMessagePropertyThe new node type for the nodes you are adding.If not specified, the cluster's current node type is used.
- Specified by:
getNodeTypein interfaceCfnScheduledAction.ResizeClusterMessageProperty
-
getNumberOfNodes
Description copied from interface:CfnScheduledAction.ResizeClusterMessagePropertyThe new number of nodes for the cluster.If not specified, the cluster's current number of nodes is used.
- Specified by:
getNumberOfNodesin interfaceCfnScheduledAction.ResizeClusterMessageProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-