java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.gamelift.alpha.BuildBase
All Implemented Interfaces:
IResource, IBuild, IGrantable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable
Direct Known Subclasses:
Build

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:15.671Z") @Stability(Experimental) public abstract class BuildBase extends Resource implements IBuild
(experimental) Base class for new and imported GameLift server build.
  • 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.IBuild

    IBuild.Jsii$Default

    Nested classes/interfaces inherited from interface software.constructs.IConstruct

    software.constructs.IConstruct.Jsii$Default

    Nested classes/interfaces inherited from interface software.amazon.awscdk.IResource

    IResource.Jsii$Default
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    BuildBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    BuildBase(software.amazon.jsii.JsiiObjectRef objRef)
     
    protected
    BuildBase(software.constructs.Construct scope, String id)
     
    protected
    BuildBase(software.constructs.Construct scope, String id, ResourceProps props)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract String
    (experimental) The ARN of the build.
    abstract String
    (experimental) The Identifier of the build.
    abstract IPrincipal
    (experimental) The principal to grant permissions to.

    Methods inherited from class software.constructs.Construct

    getNode, isConstruct, toString

    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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.awscdk.IResource

    applyRemovalPolicy, getEnv, getStack

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • BuildBase

      protected BuildBase(software.amazon.jsii.JsiiObjectRef objRef)
    • BuildBase

      protected BuildBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • BuildBase

      @Stability(Stable) protected BuildBase(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable ResourceProps props)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props -
    • BuildBase

      @Stability(Stable) protected BuildBase(@NotNull software.constructs.Construct scope, @NotNull String id)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
  • Method Details

    • getBuildArn

      @Stability(Experimental) @NotNull public abstract String getBuildArn()
      (experimental) The ARN of the build.
      Specified by:
      getBuildArn in interface IBuild
    • getBuildId

      @Stability(Experimental) @NotNull public abstract String getBuildId()
      (experimental) The Identifier of the build.
      Specified by:
      getBuildId in interface IBuild
    • getGrantPrincipal

      @Stability(Experimental) @NotNull public abstract IPrincipal getGrantPrincipal()
      (experimental) The principal to grant permissions to.
      Specified by:
      getGrantPrincipal in interface IGrantable