public static interface S3Location.Builder extends 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 your build files.
|
S3Location.Builder |
roleArn(String roleArn)
Amazon Resource Name (ARN)
for the access role that allows Amazon GameLift to access your S3 bucket.
|
copy
applyMutation, build
S3Location.Builder bucket(String bucket)
Amazon S3 bucket identifier. This is the name of your S3 bucket.
bucket
- Amazon S3 bucket identifier. This is the name of your S3 bucket.S3Location.Builder key(String key)
Name of the zip file containing your build files.
key
- Name of the zip file containing your build files.S3Location.Builder roleArn(String roleArn)
Amazon Resource Name (ARN) for the access role that allows Amazon GameLift to access your S3 bucket.
roleArn
- Amazon Resource Name (ARN) for the access role
that allows Amazon GameLift to access your S3 bucket.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.