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