@Generated(value="software.amazon.awssdk:codegen") public final class Script extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Script.Builder,Script>
Properties describing a Realtime script.
Related operations
| Modifier and Type | Class and Description |
|---|---|
static interface |
Script.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Script.Builder |
builder() |
Instant |
creationTime()
A time stamp indicating when this data object was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A descriptive label that is associated with a script.
|
String |
scriptArn()
Amazon Resource Name (ARN) that is assigned to a
GameLift script resource and uniquely identifies it.
|
String |
scriptId()
A unique identifier for a Realtime script
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Script.Builder> |
serializableBuilderClass() |
Long |
sizeOnDisk()
The file size of the uploaded Realtime script, expressed in bytes.
|
S3Location |
storageLocation()
Returns the value of the StorageLocation property for this object.
|
Script.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version that is associated with a build or script.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String scriptId()
A unique identifier for a Realtime script
public String scriptArn()
Amazon Resource Name (ARN) that is assigned to a GameLift script resource and uniquely identifies it. ARNs are unique across all Regions. In a GameLift script ARN, the resource ID matches the ScriptId value.
public String name()
A descriptive label that is associated with a script. Script names do not need to be unique.
public String version()
The version that is associated with a build or script. Version strings do not need to be unique.
public Long sizeOnDisk()
The file size of the uploaded Realtime script, expressed in bytes. When files are uploaded from an S3 location, this value remains at "0".
public Instant creationTime()
A time stamp indicating when this data object was created. The format is a number expressed in Unix time as milliseconds (for example "1469498468.057").
public S3Location storageLocation()
public Script.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Script.Builder,Script>public static Script.Builder builder()
public static Class<? extends Script.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.