CopyableBuilder<RequestUploadCredentialsResponse.Builder,RequestUploadCredentialsResponse>, SdkBuilder<RequestUploadCredentialsResponse.Builder,RequestUploadCredentialsResponse>public static interface RequestUploadCredentialsResponse.Builder extends CopyableBuilder<RequestUploadCredentialsResponse.Builder,RequestUploadCredentialsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
RequestUploadCredentialsResponse.Builder |
storageLocation(S3Location storageLocation) |
Amazon S3 path and key, identifying where the game build files are stored.
|
RequestUploadCredentialsResponse.Builder |
uploadCredentials(Credentials uploadCredentials) |
AWS credentials required when uploading a game build to the storage location.
|
copyapply, buildRequestUploadCredentialsResponse.Builder uploadCredentials(Credentials uploadCredentials)
AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for.
uploadCredentials - AWS credentials required when uploading a game build to the storage location. These credentials have a
limited lifespan and are valid only for the build they were issued for.RequestUploadCredentialsResponse.Builder storageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.
storageLocation - Amazon S3 path and key, identifying where the game build files are stored.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.