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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.redshift.CfnScheduledAction.ResizeClusterMessageProperty
CfnScheduledAction.ResizeClusterMessageProperty.Builder, CfnScheduledAction.ResizeClusterMessageProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnScheduledAction.ResizeClusterMessageProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
A boolean value indicating whether the resize operation is using the classic resize process.final String
The unique identifier for the cluster to resize.final String
The new cluster type for the specified cluster.final String
The new node type for the nodes you are adding.final Number
The new number of nodes for the cluster.final int
hashCode()
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.ResizeClusterMessageProperty
The unique identifier for the cluster to resize.- Specified by:
getClusterIdentifier
in interfaceCfnScheduledAction.ResizeClusterMessageProperty
- See Also:
-
getClassic
Description copied from interface:CfnScheduledAction.ResizeClusterMessageProperty
A 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:
getClassic
in interfaceCfnScheduledAction.ResizeClusterMessageProperty
- See Also:
-
getClusterType
Description copied from interface:CfnScheduledAction.ResizeClusterMessageProperty
The new cluster type for the specified cluster.- Specified by:
getClusterType
in interfaceCfnScheduledAction.ResizeClusterMessageProperty
- See Also:
-
getNodeType
Description copied from interface:CfnScheduledAction.ResizeClusterMessageProperty
The new node type for the nodes you are adding.If not specified, the cluster's current node type is used.
- Specified by:
getNodeType
in interfaceCfnScheduledAction.ResizeClusterMessageProperty
- See Also:
-
getNumberOfNodes
Description copied from interface:CfnScheduledAction.ResizeClusterMessageProperty
The new number of nodes for the cluster.If not specified, the cluster's current number of nodes is used.
- Specified by:
getNumberOfNodes
in interfaceCfnScheduledAction.ResizeClusterMessageProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-