public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
bucket(String bucket)
An Amazon S3 bucket identifier.
|
S3Location.Builder |
key(String key)
The name of the zip file that contains the build files or script files.
|
S3Location.Builder |
objectVersion(String objectVersion)
The version of the file, if object versioning is turned on for the bucket.
|
S3Location.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) for an IAM role that
allows Amazon GameLift to access the S3 bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Location.Builder bucket(String bucket)
An Amazon S3 bucket identifier. Thename of the S3 bucket.
GameLift doesn't support uploading from Amazon S3 buckets with names that contain a dot (.).
bucket - An Amazon S3 bucket identifier. Thename of the S3 bucket. GameLift doesn't support uploading from Amazon S3 buckets with names that contain a dot (.).
S3Location.Builder key(String key)
The name of the zip file that contains the build files or script files.
key - The name of the zip file that contains the build files or script files.S3Location.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) for an IAM role that allows Amazon GameLift to access the S3 bucket.
roleArn - The Amazon Resource Name (ARN) for an IAM role
that allows Amazon GameLift to access the S3 bucket.S3Location.Builder objectVersion(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.
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.Copyright © 2023. All rights reserved.