@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IntermediateStorage extends Object implements Serializable, Cloneable, StructuredPojo
A location for storing content from data sources temporarily as it is processed by custom components in the ingestion pipeline.
Constructor and Description |
---|
IntermediateStorage() |
Modifier and Type | Method and Description |
---|---|
IntermediateStorage |
clone() |
boolean |
equals(Object obj) |
S3Location |
getS3Location()
An S3 bucket path.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Location(S3Location s3Location)
An S3 bucket path.
|
String |
toString()
Returns a string representation of this object.
|
IntermediateStorage |
withS3Location(S3Location s3Location)
An S3 bucket path.
|
public void setS3Location(S3Location s3Location)
An S3 bucket path.
s3Location
- An S3 bucket path.public S3Location getS3Location()
An S3 bucket path.
public IntermediateStorage withS3Location(S3Location s3Location)
An S3 bucket path.
s3Location
- An S3 bucket path.public String toString()
toString
in class Object
Object.toString()
public IntermediateStorage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.