Class S3Location
java.lang.Object
com.amazonaws.services.gamelift.model.S3Location
- All Implemented Interfaces:
Serializable
,Cloneable
Location in Amazon Simple Storage Service (Amazon S3) where a build's files are stored. This location is assigned in response to a CreateBuild call, and is always in the same region as the service used to create the build. For more details see the Amazon S3 documentation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Amazon S3 bucket identifier.getKey()
Amazon S3 bucket key.int
hashCode()
void
Amazon S3 bucket identifier.void
Amazon S3 bucket key.void
setRoleArn
(String roleArn) toString()
Returns a string representation of this object; useful for testing and debugging.withBucket
(String bucket) Amazon S3 bucket identifier.Amazon S3 bucket key.withRoleArn
(String roleArn)
-
Constructor Details
-
S3Location
public S3Location()
-
-
Method Details
-
setBucket
Amazon S3 bucket identifier.
- Parameters:
bucket
- Amazon S3 bucket identifier.
-
getBucket
Amazon S3 bucket identifier.
- Returns:
- Amazon S3 bucket identifier.
-
withBucket
Amazon S3 bucket identifier.
- Parameters:
bucket
- Amazon S3 bucket identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setKey
Amazon S3 bucket key.
- Parameters:
key
- Amazon S3 bucket key.
-
getKey
Amazon S3 bucket key.
- Returns:
- Amazon S3 bucket key.
-
withKey
Amazon S3 bucket key.
- Parameters:
key
- Amazon S3 bucket key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRoleArn
- Parameters:
roleArn
-
-
getRoleArn
- Returns:
-
withRoleArn
- Parameters:
roleArn
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-