Class BuildAttributes.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.alpha.BuildAttributes.Jsii$Proxy
All Implemented Interfaces:
BuildAttributes, software.amazon.jsii.JsiiSerializable
Enclosing interface:
BuildAttributes

@Stability(Experimental) @Internal public static final class BuildAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BuildAttributes
An implementation for BuildAttributes
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.alpha.BuildAttributes

    BuildAttributes.Builder, BuildAttributes.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the BuildAttributes.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) The ARN of the build.
    final String
    (experimental) The identifier of the build.
    final IRole
    (experimental) The IAM role assumed by GameLift to access server build in S3.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(BuildAttributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the BuildAttributes.Builder.
  • Method Details

    • getBuildArn

      public final String getBuildArn()
      Description copied from interface: BuildAttributes
      (experimental) The ARN of the build.

      At least one of buildArn and buildId must be provided.

      Default: derived from `buildId`.

      Specified by:
      getBuildArn in interface BuildAttributes
    • getBuildId

      public final String getBuildId()
      Description copied from interface: BuildAttributes
      (experimental) The identifier of the build.

      At least one of buildId and buildArn must be provided.

      Default: derived from `buildArn`.

      Specified by:
      getBuildId in interface BuildAttributes
    • getRole

      public final IRole getRole()
      Description copied from interface: BuildAttributes
      (experimental) The IAM role assumed by GameLift to access server build in S3.

      Default: the imported fleet cannot be granted access to other resources as an `iam.IGrantable`.

      Specified by:
      getRole in interface BuildAttributes
    • $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