| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
S3DestinationConfiguration |
S3DestinationConfiguration.clone() |
S3DestinationConfiguration |
DatasetContentDeliveryDestination.getS3DestinationConfiguration()
Configuration information for delivery of data set contents to Amazon S3.
|
S3DestinationConfiguration |
S3DestinationConfiguration.withBucket(String bucket)
The name of the Amazon S3 bucket to which data set contents are delivered.
|
S3DestinationConfiguration |
S3DestinationConfiguration.withGlueConfiguration(GlueConfiguration glueConfiguration)
Configuration information for coordination with the AWS Glue ETL (extract, transform and load) service.
|
S3DestinationConfiguration |
S3DestinationConfiguration.withKey(String key)
The key of the data set contents object.
|
S3DestinationConfiguration |
S3DestinationConfiguration.withRoleArn(String roleArn)
The ARN of the role which grants AWS IoT Analytics permission to interact with your Amazon S3 and AWS Glue
resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetContentDeliveryDestination.setS3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
Configuration information for delivery of data set contents to Amazon S3.
|
DatasetContentDeliveryDestination |
DatasetContentDeliveryDestination.withS3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
Configuration information for delivery of data set contents to Amazon S3.
|
Copyright © 2019. All rights reserved.