public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
bucket(String bucket)
Amazon S3 bucket identifier.
|
S3Location.Builder |
key(String key)
Name of the zip file containing the build files or script files.
|
S3Location.Builder |
objectVersion(String objectVersion)
Version of the file, if object versioning is turned on for the bucket.
|
S3Location.Builder |
roleArn(String roleArn)
Amazon Resource Name (ARN)
for an IAM role that allows Amazon GameLift to access the S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Location.Builder bucket(String bucket)
Amazon S3 bucket identifier. This is the name of the S3 bucket.
bucket - Amazon S3 bucket identifier. This is the name of the S3 bucket.S3Location.Builder key(String key)
Name of the zip file containing the build files or script files.
key - Name of the zip file containing the build files or script files.S3Location.Builder roleArn(String roleArn)
Amazon Resource Name (ARN) for an IAM role that allows Amazon GameLift to access the S3 bucket.
roleArn - Amazon Resource Name (ARN) for an IAM role
that allows Amazon GameLift to access the S3 bucket.S3Location.Builder objectVersion(String objectVersion)
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.
objectVersion - 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.Copyright © 2019. All rights reserved.