| Package | Description |
|---|---|
| com.amazonaws.services.iotfleetwise.model |
| Modifier and Type | Method and Description |
|---|---|
S3Config |
S3Config.clone() |
S3Config |
DataDestinationConfig.getS3Config()
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
|
S3Config |
S3Config.withBucketArn(String bucketArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket.
|
S3Config |
S3Config.withDataFormat(DataFormat dataFormat)
Specify the format that files are saved in the Amazon S3 bucket.
|
S3Config |
S3Config.withDataFormat(String dataFormat)
Specify the format that files are saved in the Amazon S3 bucket.
|
S3Config |
S3Config.withPrefix(String prefix)
(Optional) Enter an S3 bucket prefix.
|
S3Config |
S3Config.withStorageCompressionFormat(StorageCompressionFormat storageCompressionFormat)
By default, stored data is compressed as a .gzip file.
|
S3Config |
S3Config.withStorageCompressionFormat(String storageCompressionFormat)
By default, stored data is compressed as a .gzip file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataDestinationConfig.setS3Config(S3Config s3Config)
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
|
DataDestinationConfig |
DataDestinationConfig.withS3Config(S3Config s3Config)
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
|
Copyright © 2025. All rights reserved.