@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()
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()
Descriptive label that is associated with a script.
|
String |
scriptId()
Unique identifier for a Realtime script
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Script.Builder> |
serializableBuilderClass() |
Long |
sizeOnDisk()
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()
Version that is associated with a build or script.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String scriptId()
Unique identifier for a Realtime script
public String name()
Descriptive label that is associated with a script. Script names do not need to be unique.
public String version()
Version that is associated with a build or script. Version strings do not need to be unique.
public Long sizeOnDisk()
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()
Time stamp indicating when this data object was created. 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 © 2019. All rights reserved.