@Generated(value="software.amazon.awssdk:codegen") public final class Credentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Credentials.Builder,Credentials>
Temporary access credentials used for uploading game build files to Amazon GameLift. They are valid for a limited time. If they expire before you upload your game build, get a new set by calling RequestUploadCredentials.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Credentials.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessKeyId()
Temporary key allowing access to the Amazon GameLift S3 account.
|
static Credentials.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
secretAccessKey()
Temporary secret key allowing access to the Amazon GameLift S3 account.
|
static Class<? extends Credentials.Builder> |
serializableBuilderClass() |
String |
sessionToken()
Token used to associate a specific build ID with the files uploaded using these credentials.
|
Credentials.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accessKeyId()
Temporary key allowing access to the Amazon GameLift S3 account.
public final String secretAccessKey()
Temporary secret key allowing access to the Amazon GameLift S3 account.
public final String sessionToken()
Token used to associate a specific build ID with the files uploaded using these credentials.
public Credentials.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Credentials.Builder,Credentials>public static Credentials.Builder builder()
public static Class<? extends Credentials.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.