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
  • 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

      protected Jsii$Proxy(EndpointConfigProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the EndpointConfigProps.Builder.
  • Method Details

    • getEncryptionKey

      public final IKey getEncryptionKey()
      Description copied from interface: EndpointConfigProps
      (experimental) Optional KMS encryption key associated with this stream.

      Default: - none

      Specified by:
      getEncryptionKey in interface EndpointConfigProps
    • getEndpointConfigName

      public final String 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:
      getEndpointConfigName in interface EndpointConfigProps
    • getInstanceProductionVariants

      public final List<InstanceProductionVariantProps> 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:
      getInstanceProductionVariants in interface EndpointConfigProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object