Class CfnBuildProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBuildProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBuildProps
CfnBuildProps
-
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.CfnBuildProps
CfnBuildProps.Builder, CfnBuildProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnBuildProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnBuildProps.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
getName()
A descriptive label that is associated with a build.final String
The operating system that your game server binaries run on.final String
A server SDK version you used when integrating your game server build with Amazon GameLift.final Object
Information indicating where your game build files are stored.final String
Version information that is associated with this build.final int
hashCode()
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 theCfnBuildProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnBuildProps
A descriptive label that is associated with a build.Build names do not need to be unique.
- Specified by:
getName
in interfaceCfnBuildProps
- See Also:
-
getOperatingSystem
Description copied from interface:CfnBuildProps
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 Amazon GameLift server SDK 4.x., first update the game server build to server SDK 5.x, and then deploy to AL2023 instances. See Migrate to Amazon GameLift server SDK version 5.
- Specified by:
getOperatingSystem
in interfaceCfnBuildProps
- See Also:
-
getServerSdkVersion
Description copied from interface:CfnBuildProps
A server SDK version you used when integrating your game server build with Amazon GameLift.For more information see Integrate games with custom game servers . By default Amazon GameLift sets this value to
4.0.2
.- Specified by:
getServerSdkVersion
in interfaceCfnBuildProps
- See Also:
-
getStorageLocation
Description copied from interface:CfnBuildProps
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 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 will report aSizeOnDisk
of 0.- Specified by:
getStorageLocation
in interfaceCfnBuildProps
- See Also:
-
getVersion
Description copied from interface:CfnBuildProps
Version information that is associated with this build.Version strings do not need to be unique.
- Specified by:
getVersion
in interfaceCfnBuildProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-