@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3BucketSource extends Object implements Serializable, Cloneable, StructuredPojo
The S3 bucket that is being imported from.
Constructor and Description |
---|
S3BucketSource() |
Modifier and Type | Method and Description |
---|---|
S3BucketSource |
clone() |
boolean |
equals(Object obj) |
String |
getS3Bucket()
The S3 bucket that is being imported from.
|
String |
getS3BucketOwner()
The account number of the S3 bucket that is being imported from.
|
String |
getS3KeyPrefix()
The key prefix shared by all S3 Objects that are being imported.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3Bucket(String s3Bucket)
The S3 bucket that is being imported from.
|
void |
setS3BucketOwner(String s3BucketOwner)
The account number of the S3 bucket that is being imported from.
|
void |
setS3KeyPrefix(String s3KeyPrefix)
The key prefix shared by all S3 Objects that are being imported.
|
String |
toString()
Returns a string representation of this object.
|
S3BucketSource |
withS3Bucket(String s3Bucket)
The S3 bucket that is being imported from.
|
S3BucketSource |
withS3BucketOwner(String s3BucketOwner)
The account number of the S3 bucket that is being imported from.
|
S3BucketSource |
withS3KeyPrefix(String s3KeyPrefix)
The key prefix shared by all S3 Objects that are being imported.
|
public void setS3BucketOwner(String s3BucketOwner)
The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.
s3BucketOwner
- The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester
this is optional.public String getS3BucketOwner()
The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.
public S3BucketSource withS3BucketOwner(String s3BucketOwner)
The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.
s3BucketOwner
- The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester
this is optional.public void setS3Bucket(String s3Bucket)
The S3 bucket that is being imported from.
s3Bucket
- The S3 bucket that is being imported from.public String getS3Bucket()
The S3 bucket that is being imported from.
public S3BucketSource withS3Bucket(String s3Bucket)
The S3 bucket that is being imported from.
s3Bucket
- The S3 bucket that is being imported from.public void setS3KeyPrefix(String s3KeyPrefix)
The key prefix shared by all S3 Objects that are being imported.
s3KeyPrefix
- The key prefix shared by all S3 Objects that are being imported.public String getS3KeyPrefix()
The key prefix shared by all S3 Objects that are being imported.
public S3BucketSource withS3KeyPrefix(String s3KeyPrefix)
The key prefix shared by all S3 Objects that are being imported.
s3KeyPrefix
- The key prefix shared by all S3 Objects that are being imported.public String toString()
toString
in class Object
Object.toString()
public S3BucketSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.