Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.CreateLabelGroupRequest.Builder
-
Packages that use CreateLabelGroupRequest.Builder Package Description software.amazon.awssdk.services.lookoutequipment Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in machines from sensor data for use in predictive maintenance.software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of CreateLabelGroupRequest.Builder in software.amazon.awssdk.services.lookoutequipment
Method parameters in software.amazon.awssdk.services.lookoutequipment with type arguments of type CreateLabelGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateLabelGroupResponse>LookoutEquipmentAsyncClient. createLabelGroup(Consumer<CreateLabelGroupRequest.Builder> createLabelGroupRequest)Creates a group of labels.default CreateLabelGroupResponseLookoutEquipmentClient. createLabelGroup(Consumer<CreateLabelGroupRequest.Builder> createLabelGroupRequest)Creates a group of labels. -
Uses of CreateLabelGroupRequest.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return CreateLabelGroupRequest.Builder Modifier and Type Method Description static CreateLabelGroupRequest.BuilderCreateLabelGroupRequest. builder()CreateLabelGroupRequest.BuilderCreateLabelGroupRequest.Builder. clientToken(String clientToken)A unique identifier for the request to create a label group.CreateLabelGroupRequest.BuilderCreateLabelGroupRequest.Builder. faultCodes(String... faultCodes)The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with this label group.CreateLabelGroupRequest.BuilderCreateLabelGroupRequest.Builder. faultCodes(Collection<String> faultCodes)The acceptable fault codes (indicating the type of anomaly associated with the label) that can be used with this label group.CreateLabelGroupRequest.BuilderCreateLabelGroupRequest.Builder. labelGroupName(String labelGroupName)Names a group of labels.CreateLabelGroupRequest.BuilderCreateLabelGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateLabelGroupRequest.BuilderCreateLabelGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateLabelGroupRequest.BuilderCreateLabelGroupRequest.Builder. tags(Collection<Tag> tags)Tags that provide metadata about the label group you are creating.CreateLabelGroupRequest.BuilderCreateLabelGroupRequest.Builder. tags(Consumer<Tag.Builder>... tags)Tags that provide metadata about the label group you are creating.CreateLabelGroupRequest.BuilderCreateLabelGroupRequest.Builder. tags(Tag... tags)Tags that provide metadata about the label group you are creating.CreateLabelGroupRequest.BuilderCreateLabelGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type CreateLabelGroupRequest.Builder Modifier and Type Method Description static Class<? extends CreateLabelGroupRequest.Builder>CreateLabelGroupRequest. serializableBuilderClass()
-