| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
LabelsS3InputConfiguration.Builder |
LabelsS3InputConfiguration.Builder.bucket(String bucket)
The name of the S3 bucket holding the label data.
|
static LabelsS3InputConfiguration.Builder |
LabelsS3InputConfiguration.builder() |
LabelsS3InputConfiguration.Builder |
LabelsS3InputConfiguration.Builder.prefix(String prefix)
The prefix for the S3 bucket used for the label data.
|
LabelsS3InputConfiguration.Builder |
LabelsS3InputConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LabelsS3InputConfiguration.Builder> |
LabelsS3InputConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LabelsInputConfiguration.Builder |
LabelsInputConfiguration.Builder.s3InputConfiguration(Consumer<LabelsS3InputConfiguration.Builder> s3InputConfiguration)
Contains location information for the S3 location being used for label data.
|
Copyright © 2022. All rights reserved.