public class S3Location extends Object implements Serializable, Cloneable
Location 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 AWS S3 documentation.
| Constructor and Description |
|---|
S3Location() |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
clone() |
boolean |
equals(Object obj) |
String |
getBucket()
S3 bucket identifier.
|
String |
getKey()
S3 bucket key.
|
int |
hashCode() |
void |
setBucket(String bucket)
S3 bucket identifier.
|
void |
setKey(String key)
S3 bucket key.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
S3Location |
withBucket(String bucket)
S3 bucket identifier.
|
S3Location |
withKey(String key)
S3 bucket key.
|
public void setBucket(String bucket)
S3 bucket identifier.
bucket - S3 bucket identifier.public String getBucket()
S3 bucket identifier.
public S3Location withBucket(String bucket)
S3 bucket identifier.
bucket - S3 bucket identifier.public void setKey(String key)
S3 bucket key.
key - S3 bucket key.public String getKey()
S3 bucket key.
public S3Location withKey(String key)
S3 bucket key.
key - S3 bucket key.public String toString()
toString in class ObjectObject.toString()public S3Location clone()
Copyright © 2016. All rights reserved.