Class CfnBuildMixinProps.Builder

java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnBuildMixinProps.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBuildMixinProps>
Enclosing interface:
CfnBuildMixinProps

@Stability(Stable) public static final class CfnBuildMixinProps.Builder extends Object implements software.amazon.jsii.Builder<CfnBuildMixinProps>
A builder for CfnBuildMixinProps
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • name

      @Stability(Stable) public CfnBuildMixinProps.Builder name(String name)
      Parameters:
      name - A descriptive label that is associated with a build. Build names do not need to be unique.
      Returns:
      this
    • operatingSystem

      @Stability(Stable) public CfnBuildMixinProps.Builder operatingSystem(String operatingSystem)
      Parameters:
      operatingSystem - The operating system that your game server binaries run on. This value determines the type of fleet resources that you use for this build. If your game build contains multiple executables, they all must run on the same operating system. You must specify a valid operating system in this request. There is no default value. You can't change a build's operating system later.

      Amazon Linux 2 (AL2) will reach end of support on 6/30/2025. See more details in the Amazon Linux 2 FAQs . For game servers that are hosted on AL2 and use server SDK version 4.x for Amazon GameLift Servers, first update the game server build to server SDK 5.x, and then deploy to AL2023 instances. See Migrate to server SDK version 5.

      Returns:
      this
    • serverSdkVersion

      @Stability(Stable) public CfnBuildMixinProps.Builder serverSdkVersion(String serverSdkVersion)
      Parameters:
      serverSdkVersion - A server SDK version you used when integrating your game server build with Amazon GameLift Servers. For more information see Integrate games with custom game servers . By default Amazon GameLift Servers sets this value to 4.0.2 .
      Returns:
      this
    • storageLocation

      @Stability(Stable) public CfnBuildMixinProps.Builder storageLocation(IResolvable storageLocation)
      Parameters:
      storageLocation - Information indicating where your game build files are stored. Use this parameter only when creating a build with files stored in an Amazon S3 bucket that you own. The storage location must specify an Amazon S3 bucket name and key. The location must also specify a role ARN that you set up to allow Amazon GameLift Servers to access your Amazon S3 bucket. The S3 bucket and your new build must be in the same Region.

      If a StorageLocation is specified, the size of your file can be found in your Amazon S3 bucket. Amazon GameLift Servers will report a SizeOnDisk of 0.

      Returns:
      this
    • storageLocation

      @Stability(Stable) public CfnBuildMixinProps.Builder storageLocation(CfnBuildPropsMixin.StorageLocationProperty storageLocation)
      Parameters:
      storageLocation - Information indicating where your game build files are stored. Use this parameter only when creating a build with files stored in an Amazon S3 bucket that you own. The storage location must specify an Amazon S3 bucket name and key. The location must also specify a role ARN that you set up to allow Amazon GameLift Servers to access your Amazon S3 bucket. The S3 bucket and your new build must be in the same Region.

      If a StorageLocation is specified, the size of your file can be found in your Amazon S3 bucket. Amazon GameLift Servers will report a SizeOnDisk of 0.

      Returns:
      this
    • tags

      @Stability(Stable) public CfnBuildMixinProps.Builder tags(List<? extends CfnTag> tags)
      Parameters:
      tags - An array of key-value pairs to apply to this resource.
      Returns:
      this
    • version

      @Stability(Stable) public CfnBuildMixinProps.Builder version(String version)
      Parameters:
      version - Version information that is associated with this build. Version strings do not need to be unique.
      Returns:
      this
    • build

      @Stability(Stable) public CfnBuildMixinProps build()
      Builds the configured instance.
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnBuildMixinProps>
      Returns:
      a new instance of CfnBuildMixinProps
      Throws:
      NullPointerException - if any required attribute was not provided