Class EndpointConfigProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.alpha.EndpointConfigProps.Jsii$Proxy
- All Implemented Interfaces:
EndpointConfigProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EndpointConfigProps
@Stability(Experimental)
@Internal
public static final class EndpointConfigProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EndpointConfigProps
An implementation for
EndpointConfigProps-
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.sagemaker.alpha.EndpointConfigProps
EndpointConfigProps.Builder, EndpointConfigProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EndpointConfigProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEndpointConfigProps.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 IKeyRef(experimental) Optional KMS encryption key associated with this stream.final String(experimental) Name of the endpoint configuration.(experimental) A list of instance production variants.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 theEndpointConfigProps.Builder.
-
-
Method Details
-
getEncryptionKey
Description copied from interface:EndpointConfigProps(experimental) Optional KMS encryption key associated with this stream.Default: - none
- Specified by:
getEncryptionKeyin interfaceEndpointConfigProps
-
getEndpointConfigName
Description copied from interface:EndpointConfigProps(experimental) Name of the endpoint configuration.Default: - AWS CloudFormation generates a unique physical ID and uses that ID for the endpoint configuration's name.
- Specified by:
getEndpointConfigNamein interfaceEndpointConfigProps
-
getInstanceProductionVariants
Description copied from interface:EndpointConfigProps(experimental) A list of instance production variants.You can always add more variants later by calling
EndpointConfig#addInstanceProductionVariant.Default: - none
- Specified by:
getInstanceProductionVariantsin interfaceEndpointConfigProps
-
$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()
-