public static interface DestinationDetails.Builder extends SdkPojo, CopyableBuilder<DestinationDetails.Builder,DestinationDetails>
| Modifier and Type | Method and Description |
|---|---|
DestinationDetails.Builder |
cloudWatchLogsDetails(CloudWatchLogsDestinationDetails cloudWatchLogsDetails)
The configuration details of the CloudWatch Logs destination.
|
default DestinationDetails.Builder |
cloudWatchLogsDetails(Consumer<CloudWatchLogsDestinationDetails.Builder> cloudWatchLogsDetails)
The configuration details of the CloudWatch Logs destination.
|
default DestinationDetails.Builder |
kinesisFirehoseDetails(Consumer<KinesisFirehoseDestinationDetails.Builder> kinesisFirehoseDetails)
The configuration details of the Kinesis Data Firehose destination.
|
DestinationDetails.Builder |
kinesisFirehoseDetails(KinesisFirehoseDestinationDetails kinesisFirehoseDetails)
The configuration details of the Kinesis Data Firehose destination.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestinationDetails.Builder cloudWatchLogsDetails(CloudWatchLogsDestinationDetails cloudWatchLogsDetails)
The configuration details of the CloudWatch Logs destination.
cloudWatchLogsDetails - The configuration details of the CloudWatch Logs destination.default DestinationDetails.Builder cloudWatchLogsDetails(Consumer<CloudWatchLogsDestinationDetails.Builder> cloudWatchLogsDetails)
The configuration details of the CloudWatch Logs destination.
This is a convenience method that creates an instance of theCloudWatchLogsDestinationDetails.Builder
avoiding the need to create one manually via CloudWatchLogsDestinationDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to cloudWatchLogsDetails(CloudWatchLogsDestinationDetails).
cloudWatchLogsDetails - a consumer that will call methods on CloudWatchLogsDestinationDetails.BuildercloudWatchLogsDetails(CloudWatchLogsDestinationDetails)DestinationDetails.Builder kinesisFirehoseDetails(KinesisFirehoseDestinationDetails kinesisFirehoseDetails)
The configuration details of the Kinesis Data Firehose destination.
kinesisFirehoseDetails - The configuration details of the Kinesis Data Firehose destination.default DestinationDetails.Builder kinesisFirehoseDetails(Consumer<KinesisFirehoseDestinationDetails.Builder> kinesisFirehoseDetails)
The configuration details of the Kinesis Data Firehose destination.
This is a convenience method that creates an instance of theKinesisFirehoseDestinationDetails.Builder avoiding the need to create one manually via
KinesisFirehoseDestinationDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to kinesisFirehoseDetails(KinesisFirehoseDestinationDetails).
kinesisFirehoseDetails - a consumer that will call methods on KinesisFirehoseDestinationDetails.BuilderkinesisFirehoseDetails(KinesisFirehoseDestinationDetails)Copyright © 2023. All rights reserved.