public static interface DataDestinationConfig.Builder extends SdkPojo, CopyableBuilder<DataDestinationConfig.Builder,DataDestinationConfig>
| Modifier and Type | Method and Description |
|---|---|
default DataDestinationConfig.Builder |
s3Config(Consumer<S3Config.Builder> s3Config)
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
|
DataDestinationConfig.Builder |
s3Config(S3Config s3Config)
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
|
default DataDestinationConfig.Builder |
timestreamConfig(Consumer<TimestreamConfig.Builder> timestreamConfig)
The Amazon Timestream table where the campaign sends data.
|
DataDestinationConfig.Builder |
timestreamConfig(TimestreamConfig timestreamConfig)
The Amazon Timestream table where the campaign sends data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataDestinationConfig.Builder s3Config(S3Config s3Config)
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
s3Config - The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.default DataDestinationConfig.Builder s3Config(Consumer<S3Config.Builder> s3Config)
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
This is a convenience method that creates an instance of theS3Config.Builder avoiding the need to
create one manually via S3Config.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to s3Config(S3Config).
s3Config - a consumer that will call methods on S3Config.Builders3Config(S3Config)DataDestinationConfig.Builder timestreamConfig(TimestreamConfig timestreamConfig)
The Amazon Timestream table where the campaign sends data.
timestreamConfig - The Amazon Timestream table where the campaign sends data.default DataDestinationConfig.Builder timestreamConfig(Consumer<TimestreamConfig.Builder> timestreamConfig)
The Amazon Timestream table where the campaign sends data.
This is a convenience method that creates an instance of theTimestreamConfig.Builder avoiding the
need to create one manually via TimestreamConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to timestreamConfig(TimestreamConfig).
timestreamConfig - a consumer that will call methods on TimestreamConfig.BuildertimestreamConfig(TimestreamConfig)Copyright © 2023. All rights reserved.