@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3DataInput extends Object implements Serializable, Cloneable, StructuredPojo
Path to Amazon S3 storage location for input data.
Constructor and Description |
---|
S3DataInput() |
Modifier and Type | Method and Description |
---|---|
S3DataInput |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
The Amazon Key Management Service (KMS) key ID for server-side encryption.
|
String |
getMetadataProvider()
|
String |
getS3Uri()
The URL to the Amazon S3 input.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
|
void |
setMetadataProvider(String metadataProvider)
|
void |
setS3Uri(String s3Uri)
The URL to the Amazon S3 input.
|
String |
toString()
Returns a string representation of this object.
|
S3DataInput |
withKmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
|
S3DataInput |
withMetadataProvider(MetadataProvider metadataProvider)
|
S3DataInput |
withMetadataProvider(String metadataProvider)
|
S3DataInput |
withS3Uri(String s3Uri)
The URL to the Amazon S3 input.
|
public void setKmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
kmsKeyId
- The Amazon Key Management Service (KMS) key ID for server-side encryption.public String getKmsKeyId()
The Amazon Key Management Service (KMS) key ID for server-side encryption.
public S3DataInput withKmsKeyId(String kmsKeyId)
The Amazon Key Management Service (KMS) key ID for server-side encryption.
kmsKeyId
- The Amazon Key Management Service (KMS) key ID for server-side encryption.public void setMetadataProvider(String metadataProvider)
metadataProvider
- MetadataProvider
public String getMetadataProvider()
MetadataProvider
public S3DataInput withMetadataProvider(String metadataProvider)
metadataProvider
- MetadataProvider
public S3DataInput withMetadataProvider(MetadataProvider metadataProvider)
metadataProvider
- MetadataProvider
public void setS3Uri(String s3Uri)
The URL to the Amazon S3 input.
s3Uri
- The URL to the Amazon S3 input.public String getS3Uri()
The URL to the Amazon S3 input.
public S3DataInput withS3Uri(String s3Uri)
The URL to the Amazon S3 input.
s3Uri
- The URL to the Amazon S3 input.public String toString()
toString
in class Object
Object.toString()
public S3DataInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.