Class NodeConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchservice.NodeConfig.Jsii$Proxy
- All Implemented Interfaces:
NodeConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
NodeConfig
@Stability(Stable)
@Internal
public static final class NodeConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements NodeConfig
An implementation for
NodeConfig-
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.opensearchservice.NodeConfig
NodeConfig.Builder, NodeConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(NodeConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theNodeConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theNodeConfig.Builder.
-
-
Method Details
-
getCount
Description copied from interface:NodeConfigThe number of nodes of this type.Default: - 1
- Specified by:
getCountin interfaceNodeConfig
-
getEnabled
Description copied from interface:NodeConfigWhether this node type is enabled.Default: - false
- Specified by:
getEnabledin interfaceNodeConfig
-
getType
Description copied from interface:NodeConfigThe instance type for the nodes.Default: - m5.large.search
- Specified by:
getTypein interfaceNodeConfig
-
$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()
-