public static interface DestinationConfiguration.Builder extends SdkPojo, CopyableBuilder<DestinationConfiguration.Builder,DestinationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DestinationConfiguration.Builder |
cloudWatchLogs(CloudWatchLogsDestinationConfiguration cloudWatchLogs)
Name of the Amazon CloudWatch Logs destination where chat activity will be logged.
|
default DestinationConfiguration.Builder |
cloudWatchLogs(Consumer<CloudWatchLogsDestinationConfiguration.Builder> cloudWatchLogs)
Name of the Amazon CloudWatch Logs destination where chat activity will be logged.
|
default DestinationConfiguration.Builder |
firehose(Consumer<FirehoseDestinationConfiguration.Builder> firehose)
Name of the Amazon Kinesis Data Firehose destination where chat activity will be logged
|
DestinationConfiguration.Builder |
firehose(FirehoseDestinationConfiguration firehose)
Name of the Amazon Kinesis Data Firehose destination where chat activity will be logged
|
default DestinationConfiguration.Builder |
s3(Consumer<S3DestinationConfiguration.Builder> s3)
Name of the Amazon S3 bucket where chat activity will be logged.
|
DestinationConfiguration.Builder |
s3(S3DestinationConfiguration s3)
Name of the Amazon S3 bucket where chat activity will be logged.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestinationConfiguration.Builder cloudWatchLogs(CloudWatchLogsDestinationConfiguration cloudWatchLogs)
Name of the Amazon CloudWatch Logs destination where chat activity will be logged.
cloudWatchLogs - Name of the Amazon CloudWatch Logs destination where chat activity will be logged.default DestinationConfiguration.Builder cloudWatchLogs(Consumer<CloudWatchLogsDestinationConfiguration.Builder> cloudWatchLogs)
Name of the Amazon CloudWatch Logs destination where chat activity will be logged.
This is a convenience method that creates an instance of theCloudWatchLogsDestinationConfiguration.Builder avoiding the need to create one manually via
CloudWatchLogsDestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to cloudWatchLogs(CloudWatchLogsDestinationConfiguration).
cloudWatchLogs - a consumer that will call methods on CloudWatchLogsDestinationConfiguration.BuildercloudWatchLogs(CloudWatchLogsDestinationConfiguration)DestinationConfiguration.Builder firehose(FirehoseDestinationConfiguration firehose)
Name of the Amazon Kinesis Data Firehose destination where chat activity will be logged
firehose - Name of the Amazon Kinesis Data Firehose destination where chat activity will be loggeddefault DestinationConfiguration.Builder firehose(Consumer<FirehoseDestinationConfiguration.Builder> firehose)
Name of the Amazon Kinesis Data Firehose destination where chat activity will be logged
This is a convenience method that creates an instance of theFirehoseDestinationConfiguration.Builder
avoiding the need to create one manually via FirehoseDestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to firehose(FirehoseDestinationConfiguration).
firehose - a consumer that will call methods on FirehoseDestinationConfiguration.Builderfirehose(FirehoseDestinationConfiguration)DestinationConfiguration.Builder s3(S3DestinationConfiguration s3)
Name of the Amazon S3 bucket where chat activity will be logged.
s3 - Name of the Amazon S3 bucket where chat activity will be logged.default DestinationConfiguration.Builder s3(Consumer<S3DestinationConfiguration.Builder> s3)
Name of the Amazon S3 bucket where chat activity will be logged.
This is a convenience method that creates an instance of theS3DestinationConfiguration.Builder
avoiding the need to create one manually via S3DestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to s3(S3DestinationConfiguration).
s3 - a consumer that will call methods on S3DestinationConfiguration.Builders3(S3DestinationConfiguration)Copyright © 2022. All rights reserved.