@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntermediateSourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
| Constructor and Description |
|---|
IntermediateSourceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
IntermediateSourceConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getIntermediateS3Path()
The Amazon S3 location (bucket and prefix).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setIntermediateS3Path(String intermediateS3Path)
The Amazon S3 location (bucket and prefix).
|
String |
toString()
Returns a string representation of this object.
|
IntermediateSourceConfiguration |
withIntermediateS3Path(String intermediateS3Path)
The Amazon S3 location (bucket and prefix).
|
public void setIntermediateS3Path(String intermediateS3Path)
The Amazon S3 location (bucket and prefix). For example: s3://provider_bucket/DOC-EXAMPLE-BUCKET
intermediateS3Path - The Amazon S3 location (bucket and prefix). For example:
s3://provider_bucket/DOC-EXAMPLE-BUCKETpublic String getIntermediateS3Path()
The Amazon S3 location (bucket and prefix). For example: s3://provider_bucket/DOC-EXAMPLE-BUCKET
s3://provider_bucket/DOC-EXAMPLE-BUCKETpublic IntermediateSourceConfiguration withIntermediateS3Path(String intermediateS3Path)
The Amazon S3 location (bucket and prefix). For example: s3://provider_bucket/DOC-EXAMPLE-BUCKET
intermediateS3Path - The Amazon S3 location (bucket and prefix). For example:
s3://provider_bucket/DOC-EXAMPLE-BUCKETpublic String toString()
toString in class ObjectObject.toString()public IntermediateSourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.