Uses of Interface
software.amazon.awssdk.services.lookoutequipment.model.LabelGroupSummary.Builder
-
Packages that use LabelGroupSummary.Builder Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of LabelGroupSummary.Builder in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return LabelGroupSummary.Builder Modifier and Type Method Description static LabelGroupSummary.BuilderLabelGroupSummary. builder()LabelGroupSummary.BuilderLabelGroupSummary.Builder. createdAt(Instant createdAt)The time at which the label group was created.LabelGroupSummary.BuilderLabelGroupSummary.Builder. labelGroupArn(String labelGroupArn)The Amazon Resource Name (ARN) of the label group.LabelGroupSummary.BuilderLabelGroupSummary.Builder. labelGroupName(String labelGroupName)The name of the label group.LabelGroupSummary.BuilderLabelGroupSummary. toBuilder()LabelGroupSummary.BuilderLabelGroupSummary.Builder. updatedAt(Instant updatedAt)The time at which the label group was updated.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type LabelGroupSummary.Builder Modifier and Type Method Description static Class<? extends LabelGroupSummary.Builder>LabelGroupSummary. serializableBuilderClass()
-