Class CfnEndpointMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.emrcontainers.CfnEndpointMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointMixinProps
@Stability(Stable)
@Internal
public static final class CfnEndpointMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointMixinProps
An implementation for
CfnEndpointMixinProps-
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.cfnpropertymixins.services.emrcontainers.CfnEndpointMixinProps
CfnEndpointMixinProps.Builder, CfnEndpointMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEndpointMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEndpointMixinProps.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 ObjectReturns union: eitherIResolvableorCfnEndpointPropsMixin.ConfigurationOverridesPropertyfinal StringThe execution role ARN for the managed endpoint.final StringgetName()The name of the managed endpoint.final StringThe Amazon EMR release label.getTags()An array of key-value pairs to apply to this managed endpoint.final StringgetType()The type of the managed endpoint.final StringThe ID of the virtual cluster for which the managed endpoint is created.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 theCfnEndpointMixinProps.Builder.
-
-
Method Details
-
getConfigurationOverrides
Description copied from interface:CfnEndpointMixinPropsReturns union: eitherIResolvableorCfnEndpointPropsMixin.ConfigurationOverridesProperty- Specified by:
getConfigurationOverridesin interfaceCfnEndpointMixinProps- See Also:
-
getExecutionRoleArn
Description copied from interface:CfnEndpointMixinPropsThe execution role ARN for the managed endpoint.- Specified by:
getExecutionRoleArnin interfaceCfnEndpointMixinProps- See Also:
-
getName
Description copied from interface:CfnEndpointMixinPropsThe name of the managed endpoint.- Specified by:
getNamein interfaceCfnEndpointMixinProps- See Also:
-
getReleaseLabel
Description copied from interface:CfnEndpointMixinPropsThe Amazon EMR release label.- Specified by:
getReleaseLabelin interfaceCfnEndpointMixinProps- See Also:
-
getTags
Description copied from interface:CfnEndpointMixinPropsAn array of key-value pairs to apply to this managed endpoint.- Specified by:
getTagsin interfaceCfnEndpointMixinProps- See Also:
-
getType
Description copied from interface:CfnEndpointMixinPropsThe type of the managed endpoint.- Specified by:
getTypein interfaceCfnEndpointMixinProps- See Also:
-
getVirtualClusterId
Description copied from interface:CfnEndpointMixinPropsThe ID of the virtual cluster for which the managed endpoint is created.- Specified by:
getVirtualClusterIdin interfaceCfnEndpointMixinProps- See Also:
-
$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()
-