public static interface Credentials.Builder extends CopyableBuilder<Credentials.Builder,Credentials>
| Modifier and Type | Method and Description |
|---|---|
Credentials.Builder |
accessKeyId(String accessKeyId)
Temporary key allowing access to the Amazon GameLift S3 account.
|
Credentials.Builder |
secretAccessKey(String secretAccessKey)
Temporary secret key allowing access to the Amazon GameLift S3 account.
|
Credentials.Builder |
sessionToken(String sessionToken)
Token used to associate a specific build ID with the files uploaded using these credentials.
|
copyapply, buildCredentials.Builder accessKeyId(String accessKeyId)
Temporary key allowing access to the Amazon GameLift S3 account.
accessKeyId - Temporary key allowing access to the Amazon GameLift S3 account.Credentials.Builder secretAccessKey(String secretAccessKey)
Temporary secret key allowing access to the Amazon GameLift S3 account.
secretAccessKey - Temporary secret key allowing access to the Amazon GameLift S3 account.Credentials.Builder sessionToken(String sessionToken)
Token used to associate a specific build ID with the files uploaded using these credentials.
sessionToken - Token used to associate a specific build ID with the files uploaded using these credentials.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.