@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 IntermediateSourceConfiguration()
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 Object Object.toString() public IntermediateSourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.