@Generated(value="software.amazon.awssdk:codegen") public final class S3Location extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3Location.Builder,S3Location>
The location in S3 where build or script files are stored for access by Amazon GameLift. This location is specified in CreateBuild, CreateScript, and UpdateScript requests.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3Location.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
An S3 bucket identifier.
|
static S3Location.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The name of the zip file that contains the build files or script files.
|
String |
objectVersion()
The version of the file, if object versioning is turned on for the bucket.
|
String |
roleArn()
The Amazon Resource Name (ARN)
for an IAM role that allows Amazon GameLift to access the S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3Location.Builder> |
serializableBuilderClass() |
S3Location.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucket()
An S3 bucket identifier. This is the name of the S3 bucket.
GameLift currently does not support uploading from S3 buckets with names that contain a dot (.).
GameLift currently does not support uploading from S3 buckets with names that contain a dot (.).
public final String key()
The name of the zip file that contains the build files or script files.
public final String roleArn()
The Amazon Resource Name (ARN) for an IAM role that allows Amazon GameLift to access the S3 bucket.
public final String objectVersion()
The version of the file, if object versioning is turned on for the bucket. Amazon GameLift uses this information when retrieving files from an S3 bucket that you own. Use this parameter to specify a specific version of the file. If not set, the latest version of the file is retrieved.
public S3Location.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3Location.Builder,S3Location>public static S3Location.Builder builder()
public static Class<? extends S3Location.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.