Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.LabelsS3InputConfiguration.Builder
-
Packages that use LabelsS3InputConfiguration.Builder Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of LabelsS3InputConfiguration.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return LabelsS3InputConfiguration.Builder Modifier and Type Method Description LabelsS3InputConfiguration.BuilderLabelsS3InputConfiguration.Builder. bucket(String bucket)The name of the S3 bucket holding the label data.static LabelsS3InputConfiguration.BuilderLabelsS3InputConfiguration. builder()LabelsS3InputConfiguration.BuilderLabelsS3InputConfiguration.Builder. prefix(String prefix)The prefix for the S3 bucket used for the label data.LabelsS3InputConfiguration.BuilderLabelsS3InputConfiguration. toBuilder()Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type LabelsS3InputConfiguration.Builder Modifier and Type Method Description static Class<? extends LabelsS3InputConfiguration.Builder>LabelsS3InputConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutequipment.model with type arguments of type LabelsS3InputConfiguration.Builder Modifier and Type Method Description default LabelsInputConfiguration.BuilderLabelsInputConfiguration.Builder. s3InputConfiguration(Consumer<LabelsS3InputConfiguration.Builder> s3InputConfiguration)Contains location information for the S3 location being used for label data.
-