Interface ChannelMessages.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChannelMessages.Builder,ChannelMessages>,SdkBuilder<ChannelMessages.Builder,ChannelMessages>,SdkPojo
- Enclosing class:
- ChannelMessages
public static interface ChannelMessages.Builder extends SdkPojo, CopyableBuilder<ChannelMessages.Builder,ChannelMessages>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelMessages.Builders3Paths(String... s3Paths)Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.ChannelMessages.Builders3Paths(Collection<String> s3Paths)Specifies one or more keys that identify the Amazon Simple Storage Service (Amazon S3) objects that save your channel messages.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
s3Paths
ChannelMessages.Builder s3Paths(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- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Paths
ChannelMessages.Builder s3Paths(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- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-