Interface ChannelLoggingInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ChannelLoggingInfo.Builder,,ChannelLoggingInfo> SdkBuilder<ChannelLoggingInfo.Builder,,ChannelLoggingInfo> SdkPojo
- Enclosing class:
ChannelLoggingInfo
-
Method Summary
Modifier and TypeMethodDescriptiondefault ChannelLoggingInfo.BuildercloudWatchLogs(Consumer<CloudWatchLogs.Builder> cloudWatchLogs) Details of the CloudWatch Logs destination for Channel logs.cloudWatchLogs(CloudWatchLogs cloudWatchLogs) Details of the CloudWatch Logs destination for Channel logs.default ChannelLoggingInfo.Builderfirehose(Consumer<Firehose.Builder> firehose) Details of the Kinesis Data Firehose delivery stream that is the destination for Channel logs.Details of the Kinesis Data Firehose delivery stream that is the destination for Channel logs.default ChannelLoggingInfo.Builders3(Consumer<S3.Builder> s3) Details of the Amazon S3 destination for Channel logs.Details of the Amazon S3 destination for Channel logs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cloudWatchLogs
Details of the CloudWatch Logs destination for Channel logs.
- Parameters:
cloudWatchLogs- Details of the CloudWatch Logs destination for Channel logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudWatchLogs
Details of the CloudWatch Logs destination for Channel logs.
This is a convenience method that creates an instance of theCloudWatchLogs.Builderavoiding the need to create one manually viaCloudWatchLogs.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocloudWatchLogs(CloudWatchLogs).- Parameters:
cloudWatchLogs- a consumer that will call methods onCloudWatchLogs.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
firehose
Details of the Kinesis Data Firehose delivery stream that is the destination for Channel logs.
- Parameters:
firehose- Details of the Kinesis Data Firehose delivery stream that is the destination for Channel logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firehose
Details of the Kinesis Data Firehose delivery stream that is the destination for Channel logs.
This is a convenience method that creates an instance of theFirehose.Builderavoiding the need to create one manually viaFirehose.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofirehose(Firehose).- Parameters:
firehose- a consumer that will call methods onFirehose.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3
Details of the Amazon S3 destination for Channel logs.
- Parameters:
s3- Details of the Amazon S3 destination for Channel logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
Details of the Amazon S3 destination for Channel logs.
This is a convenience method that creates an instance of theS3.Builderavoiding the need to create one manually viaS3.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3(S3).- Parameters:
s3- a consumer that will call methods onS3.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-