@Stability(value=Stable) @Internal public static final class CfnClusterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClusterProps
CfnClusterPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnClusterProps.Builder, CfnClusterProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Object instances,
String jobFlowRole,
String name,
String serviceRole,
Object additionalInfo,
Object applications,
String autoScalingRole,
Object bootstrapActions,
Object configurations,
String customAmiId,
Number ebsRootVolumeSize,
Object kerberosAttributes,
String logEncryptionKmsKeyId,
String logUri,
Object managedScalingPolicy,
String releaseLabel,
String scaleDownBehavior,
String securityConfiguration,
Number stepConcurrencyLevel,
Object steps,
List<? extends CfnTag> tags,
Object visibleToAllUsers)
Constructor that initializes the object based on literal property values passed by the
CfnClusterProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAdditionalInfo()
`AWS::EMR::Cluster.AdditionalInfo`.
|
Object |
getApplications()
`AWS::EMR::Cluster.Applications`.
|
String |
getAutoScalingRole()
`AWS::EMR::Cluster.AutoScalingRole`.
|
Object |
getBootstrapActions()
`AWS::EMR::Cluster.BootstrapActions`.
|
Object |
getConfigurations()
`AWS::EMR::Cluster.Configurations`.
|
String |
getCustomAmiId()
`AWS::EMR::Cluster.CustomAmiId`.
|
Number |
getEbsRootVolumeSize()
`AWS::EMR::Cluster.EbsRootVolumeSize`.
|
Object |
getInstances()
`AWS::EMR::Cluster.Instances`.
|
String |
getJobFlowRole()
`AWS::EMR::Cluster.JobFlowRole`.
|
Object |
getKerberosAttributes()
`AWS::EMR::Cluster.KerberosAttributes`.
|
String |
getLogEncryptionKmsKeyId()
`AWS::EMR::Cluster.LogEncryptionKmsKeyId`.
|
String |
getLogUri()
`AWS::EMR::Cluster.LogUri`.
|
Object |
getManagedScalingPolicy()
`AWS::EMR::Cluster.ManagedScalingPolicy`.
|
String |
getName()
`AWS::EMR::Cluster.Name`.
|
String |
getReleaseLabel()
`AWS::EMR::Cluster.ReleaseLabel`.
|
String |
getScaleDownBehavior()
`AWS::EMR::Cluster.ScaleDownBehavior`.
|
String |
getSecurityConfiguration()
`AWS::EMR::Cluster.SecurityConfiguration`.
|
String |
getServiceRole()
`AWS::EMR::Cluster.ServiceRole`.
|
Number |
getStepConcurrencyLevel()
`AWS::EMR::Cluster.StepConcurrencyLevel`.
|
Object |
getSteps()
`AWS::EMR::Cluster.Steps`.
|
List<CfnTag> |
getTags()
`AWS::EMR::Cluster.Tags`.
|
Object |
getVisibleToAllUsers()
`AWS::EMR::Cluster.VisibleToAllUsers`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Object instances, String jobFlowRole, String name, String serviceRole, Object additionalInfo, Object applications, String autoScalingRole, Object bootstrapActions, Object configurations, String customAmiId, Number ebsRootVolumeSize, Object kerberosAttributes, String logEncryptionKmsKeyId, String logUri, Object managedScalingPolicy, String releaseLabel, String scaleDownBehavior, String securityConfiguration, Number stepConcurrencyLevel, Object steps, List<? extends CfnTag> tags, Object visibleToAllUsers)
CfnClusterProps.Builder.public final Object getInstances()
CfnClusterPropsgetInstances in interface CfnClusterPropspublic final String getJobFlowRole()
CfnClusterPropsgetJobFlowRole in interface CfnClusterPropspublic final String getName()
CfnClusterPropsgetName in interface CfnClusterPropspublic final String getServiceRole()
CfnClusterPropsgetServiceRole in interface CfnClusterPropspublic final Object getAdditionalInfo()
CfnClusterPropsgetAdditionalInfo in interface CfnClusterPropspublic final Object getApplications()
CfnClusterPropsgetApplications in interface CfnClusterPropspublic final String getAutoScalingRole()
CfnClusterPropsgetAutoScalingRole in interface CfnClusterPropspublic final Object getBootstrapActions()
CfnClusterPropsgetBootstrapActions in interface CfnClusterPropspublic final Object getConfigurations()
CfnClusterPropsgetConfigurations in interface CfnClusterPropspublic final String getCustomAmiId()
CfnClusterPropsgetCustomAmiId in interface CfnClusterPropspublic final Number getEbsRootVolumeSize()
CfnClusterPropsgetEbsRootVolumeSize in interface CfnClusterPropspublic final Object getKerberosAttributes()
CfnClusterPropsgetKerberosAttributes in interface CfnClusterPropspublic final String getLogEncryptionKmsKeyId()
CfnClusterPropsgetLogEncryptionKmsKeyId in interface CfnClusterPropspublic final String getLogUri()
CfnClusterPropsgetLogUri in interface CfnClusterPropspublic final Object getManagedScalingPolicy()
CfnClusterPropsgetManagedScalingPolicy in interface CfnClusterPropspublic final String getReleaseLabel()
CfnClusterPropsgetReleaseLabel in interface CfnClusterPropspublic final String getScaleDownBehavior()
CfnClusterPropsgetScaleDownBehavior in interface CfnClusterPropspublic final String getSecurityConfiguration()
CfnClusterPropsgetSecurityConfiguration in interface CfnClusterPropspublic final Number getStepConcurrencyLevel()
CfnClusterPropsgetStepConcurrencyLevel in interface CfnClusterPropspublic final Object getSteps()
CfnClusterPropsgetSteps in interface CfnClusterPropspublic final List<CfnTag> getTags()
CfnClusterPropsgetTags in interface CfnClusterPropspublic final Object getVisibleToAllUsers()
CfnClusterPropsgetVisibleToAllUsers in interface CfnClusterProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.