|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.S3Location
public class S3Location
A specification of a location in Amazon S3.
| Constructor Summary | |
|---|---|
S3Location()
Default constructor for a new S3Location object. |
|
S3Location(String s3Bucket,
String s3Key)
Constructs a new S3Location object. |
|
| Method Summary | |
|---|---|
String |
getS3Bucket()
The Amazon S3 bucket where the data is located. |
String |
getS3Key()
The Amazon S3 key where the data is located. |
void |
setS3Bucket(String s3Bucket)
The Amazon S3 bucket where the data is located. |
void |
setS3Key(String s3Key)
The Amazon S3 key where the data is located. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
S3Location |
withS3Bucket(String s3Bucket)
The Amazon S3 bucket where the data is located. |
S3Location |
withS3Key(String s3Key)
The Amazon S3 key where the data is located. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public S3Location()
public S3Location(String s3Bucket,
String s3Key)
s3Bucket - The Amazon S3 bucket where the data is located.s3Key - The Amazon S3 key where the data is located.| Method Detail |
|---|
public String getS3Bucket()
Constraints:
Length: 0 - 255
public void setS3Bucket(String s3Bucket)
Constraints:
Length: 0 - 255
s3Bucket - The Amazon S3 bucket where the data is located.public S3Location withS3Bucket(String s3Bucket)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
s3Bucket - The Amazon S3 bucket where the data is located.
public String getS3Key()
Constraints:
Length: 0 - 1024
public void setS3Key(String s3Key)
Constraints:
Length: 0 - 1024
s3Key - The Amazon S3 key where the data is located.public S3Location withS3Key(String s3Key)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
s3Key - The Amazon S3 key where the data is located.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||