@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelMessages extends Object implements Serializable, Cloneable, StructuredPojo
Specifies one or more sets of channel messages.
Constructor and Description |
---|
ChannelMessages() |
Modifier and Type | Method and Description |
---|---|
ChannelMessages |
clone() |
boolean |
equals(Object obj) |
List<String> |
getS3Paths()
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your
channel messages.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Paths(Collection<String> s3Paths)
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your
channel messages.
|
String |
toString()
Returns a string representation of this object.
|
ChannelMessages |
withS3Paths(Collection<String> s3Paths)
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your
channel messages.
|
ChannelMessages |
withS3Paths(String... s3Paths)
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your
channel messages.
|
public List<String> getS3Paths()
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.
You must use the full path for the key.
Example path:
channel/mychannel/__dt=2020-02-29 00:00:00/1582940490000_1582940520000_123456789012_mychannel_0_2118.0.json.gz
You must use the full path for the key.
Example path:
channel/mychannel/__dt=2020-02-29 00:00:00/1582940490000_1582940520000_123456789012_mychannel_0_2118.0.json.gz
public void setS3Paths(Collection<String> s3Paths)
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.
You must use the full path for the key.
Example path:
channel/mychannel/__dt=2020-02-29 00:00:00/1582940490000_1582940520000_123456789012_mychannel_0_2118.0.json.gz
s3Paths
- Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save
your channel messages.
You must use the full path for the key.
Example path:
channel/mychannel/__dt=2020-02-29 00:00:00/1582940490000_1582940520000_123456789012_mychannel_0_2118.0.json.gz
public ChannelMessages withS3Paths(String... s3Paths)
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.
You must use the full path for the key.
Example path:
channel/mychannel/__dt=2020-02-29 00:00:00/1582940490000_1582940520000_123456789012_mychannel_0_2118.0.json.gz
NOTE: This method appends the values to the existing list (if any). Use
setS3Paths(java.util.Collection)
or withS3Paths(java.util.Collection)
if you want to override
the existing values.
s3Paths
- Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save
your channel messages.
You must use the full path for the key.
Example path:
channel/mychannel/__dt=2020-02-29 00:00:00/1582940490000_1582940520000_123456789012_mychannel_0_2118.0.json.gz
public ChannelMessages withS3Paths(Collection<String> s3Paths)
Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.
You must use the full path for the key.
Example path:
channel/mychannel/__dt=2020-02-29 00:00:00/1582940490000_1582940520000_123456789012_mychannel_0_2118.0.json.gz
s3Paths
- Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save
your channel messages.
You must use the full path for the key.
Example path:
channel/mychannel/__dt=2020-02-29 00:00:00/1582940490000_1582940520000_123456789012_mychannel_0_2118.0.json.gz
public String toString()
toString
in class Object
Object.toString()
public ChannelMessages clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.