public static interface LabelsInputConfiguration.Builder extends SdkPojo, CopyableBuilder<LabelsInputConfiguration.Builder,LabelsInputConfiguration>
| Modifier and Type | Method and Description |
|---|---|
LabelsInputConfiguration.Builder |
labelGroupName(String labelGroupName)
The name of the label group to be used for label data.
|
default LabelsInputConfiguration.Builder |
s3InputConfiguration(Consumer<LabelsS3InputConfiguration.Builder> s3InputConfiguration)
Contains location information for the S3 location being used for label data.
|
LabelsInputConfiguration.Builder |
s3InputConfiguration(LabelsS3InputConfiguration s3InputConfiguration)
Contains location information for the S3 location being used for label data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLabelsInputConfiguration.Builder s3InputConfiguration(LabelsS3InputConfiguration s3InputConfiguration)
Contains location information for the S3 location being used for label data.
s3InputConfiguration - Contains location information for the S3 location being used for label data.default LabelsInputConfiguration.Builder s3InputConfiguration(Consumer<LabelsS3InputConfiguration.Builder> s3InputConfiguration)
Contains location information for the S3 location being used for label data.
This is a convenience method that creates an instance of theLabelsS3InputConfiguration.Builder
avoiding the need to create one manually via LabelsS3InputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to s3InputConfiguration(LabelsS3InputConfiguration).
s3InputConfiguration - a consumer that will call methods on LabelsS3InputConfiguration.Builders3InputConfiguration(LabelsS3InputConfiguration)LabelsInputConfiguration.Builder labelGroupName(String labelGroupName)
The name of the label group to be used for label data.
labelGroupName - The name of the label group to be used for label data.Copyright © 2022. All rights reserved.