| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
IngestionS3InputConfiguration |
IngestionS3InputConfiguration.clone() |
IngestionS3InputConfiguration |
IngestionInputConfiguration.getS3InputConfiguration()
The location information for the S3 bucket used for input data for the data ingestion.
|
IngestionS3InputConfiguration |
IngestionS3InputConfiguration.withBucket(String bucket)
The name of the S3 bucket used for the input data for the data ingestion.
|
IngestionS3InputConfiguration |
IngestionS3InputConfiguration.withKeyPattern(String keyPattern)
Pattern for matching the Amazon S3 files which will be used for ingestion.
|
IngestionS3InputConfiguration |
IngestionS3InputConfiguration.withPrefix(String prefix)
The prefix for the S3 location being used for the input data for the data ingestion.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IngestionInputConfiguration.setS3InputConfiguration(IngestionS3InputConfiguration s3InputConfiguration)
The location information for the S3 bucket used for input data for the data ingestion.
|
IngestionInputConfiguration |
IngestionInputConfiguration.withS3InputConfiguration(IngestionS3InputConfiguration s3InputConfiguration)
The location information for the S3 bucket used for input data for the data ingestion.
|
Copyright © 2023. All rights reserved.