Class EmrModifyInstanceGroupByNameProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.EmrModifyInstanceGroupByNameProps.Jsii$Proxy
- All Implemented Interfaces:
EmrModifyInstanceGroupByNameProps,TaskStateBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EmrModifyInstanceGroupByNameProps
@Stability(Stable)
@Internal
public static final class EmrModifyInstanceGroupByNameProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EmrModifyInstanceGroupByNameProps
An implementation for
EmrModifyInstanceGroupByNameProps-
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.stepfunctions.tasks.EmrModifyInstanceGroupByNameProps
EmrModifyInstanceGroupByNameProps.Builder, EmrModifyInstanceGroupByNameProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEmrModifyInstanceGroupByNameProps.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 StringThe ClusterId to update.final Stringfinal software.amazon.awscdk.core.Durationfinal StringThe JSON that you want to provide to your ModifyInstanceGroup call as input.final StringThe InstanceGroupName to update.final IntegrationPatternfinal Stringfinal Stringfinal software.amazon.awscdk.core.Durationfinal 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 theEmrModifyInstanceGroupByNameProps.Builder.
-
-
Method Details
-
getClusterId
Description copied from interface:EmrModifyInstanceGroupByNamePropsThe ClusterId to update.- Specified by:
getClusterIdin interfaceEmrModifyInstanceGroupByNameProps
-
getInstanceGroup
Description copied from interface:EmrModifyInstanceGroupByNamePropsThe JSON that you want to provide to your ModifyInstanceGroup call as input.This uses the same syntax as the ModifyInstanceGroups API.
- Specified by:
getInstanceGroupin interfaceEmrModifyInstanceGroupByNameProps- See Also:
-
getInstanceGroupName
Description copied from interface:EmrModifyInstanceGroupByNamePropsThe InstanceGroupName to update.- Specified by:
getInstanceGroupNamein interfaceEmrModifyInstanceGroupByNameProps
-
getComment
- Specified by:
getCommentin interfaceTaskStateBaseProps
-
getHeartbeat
public final software.amazon.awscdk.core.Duration getHeartbeat()- Specified by:
getHeartbeatin interfaceTaskStateBaseProps
-
getInputPath
- Specified by:
getInputPathin interfaceTaskStateBaseProps
-
getIntegrationPattern
- Specified by:
getIntegrationPatternin interfaceTaskStateBaseProps
-
getOutputPath
- Specified by:
getOutputPathin interfaceTaskStateBaseProps
-
getResultPath
- Specified by:
getResultPathin interfaceTaskStateBaseProps
-
getResultSelector
- Specified by:
getResultSelectorin interfaceTaskStateBaseProps
-
getTimeout
public final software.amazon.awscdk.core.Duration getTimeout()- Specified by:
getTimeoutin interfaceTaskStateBaseProps
-
$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()
-