@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3Location extends Object implements Serializable, Cloneable, StructuredPojo
Location in Amazon Simple Storage Service (Amazon S3) where build files can be stored for access by Amazon GameLift. This location is specified in a CreateBuild request. For more details, see the Create a Build with Files in Amazon S3.
Constructor and Description |
---|
S3Location() |
Modifier and Type | Method and Description |
---|---|
S3Location |
clone() |
boolean |
equals(Object obj) |
String |
getBucket()
Amazon S3 bucket identifier.
|
String |
getKey()
Name of the zip file containing your build files.
|
String |
getRoleArn()
Amazon Resource Name (ARN) for
the access role that allows Amazon GameLift to access your S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucket(String bucket)
Amazon S3 bucket identifier.
|
void |
setKey(String key)
Name of the zip file containing your build files.
|
void |
setRoleArn(String roleArn)
Amazon Resource Name (ARN) for
the access role that allows Amazon GameLift to access your S3 bucket.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
S3Location |
withBucket(String bucket)
Amazon S3 bucket identifier.
|
S3Location |
withKey(String key)
Name of the zip file containing your build files.
|
S3Location |
withRoleArn(String roleArn)
Amazon Resource Name (ARN) for
the access role that allows Amazon GameLift to access your S3 bucket.
|
public void setBucket(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.public String getBucket()
Amazon S3 bucket identifier. This is the name of your S3 bucket.
public S3Location withBucket(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.public void setKey(String key)
Name of the zip file containing your build files.
key
- Name of the zip file containing your build files.public String getKey()
Name of the zip file containing your build files.
public S3Location withKey(String key)
Name of the zip file containing your build files.
key
- Name of the zip file containing your build files.public void setRoleArn(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.public String getRoleArn()
Amazon Resource Name (ARN) for the access role that allows Amazon GameLift to access your S3 bucket.
public S3Location withRoleArn(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.public String toString()
toString
in class Object
Object.toString()
public S3Location clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.