| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
IngestionS3InputConfiguration.Builder |
IngestionS3InputConfiguration.Builder.bucket(String bucket)
The name of the S3 bucket used for the input data for the data ingestion.
|
static IngestionS3InputConfiguration.Builder |
IngestionS3InputConfiguration.builder() |
IngestionS3InputConfiguration.Builder |
IngestionS3InputConfiguration.Builder.keyPattern(String keyPattern)
Pattern for matching the Amazon S3 files which will be used for ingestion.
|
IngestionS3InputConfiguration.Builder |
IngestionS3InputConfiguration.Builder.prefix(String prefix)
The prefix for the S3 location being used for the input data for the data ingestion.
|
IngestionS3InputConfiguration.Builder |
IngestionS3InputConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IngestionS3InputConfiguration.Builder> |
IngestionS3InputConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IngestionInputConfiguration.Builder |
IngestionInputConfiguration.Builder.s3InputConfiguration(Consumer<IngestionS3InputConfiguration.Builder> s3InputConfiguration)
The location information for the S3 bucket used for input data for the data ingestion.
|
Copyright © 2022. All rights reserved.