public static interface DescribeLabelGroupResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<DescribeLabelGroupResponse.Builder,DescribeLabelGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLabelGroupResponse.Builder |
createdAt(Instant createdAt)
The time at which the label group was created.
|
DescribeLabelGroupResponse.Builder |
faultCodes(Collection<String> faultCodes)
Codes indicating the type of anomaly associated with the labels in the lagbel group.
|
DescribeLabelGroupResponse.Builder |
faultCodes(String... faultCodes)
Codes indicating the type of anomaly associated with the labels in the lagbel group.
|
DescribeLabelGroupResponse.Builder |
labelGroupArn(String labelGroupArn)
The ARN of the label group.
|
DescribeLabelGroupResponse.Builder |
labelGroupName(String labelGroupName)
The name of the label group.
|
DescribeLabelGroupResponse.Builder |
updatedAt(Instant updatedAt)
The time at which the label group was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLabelGroupResponse.Builder labelGroupName(String labelGroupName)
The name of the label group.
labelGroupName - The name of the label group.DescribeLabelGroupResponse.Builder labelGroupArn(String labelGroupArn)
The ARN of the label group.
labelGroupArn - The ARN of the label group.DescribeLabelGroupResponse.Builder faultCodes(Collection<String> faultCodes)
Codes indicating the type of anomaly associated with the labels in the lagbel group.
faultCodes - Codes indicating the type of anomaly associated with the labels in the lagbel group.DescribeLabelGroupResponse.Builder faultCodes(String... faultCodes)
Codes indicating the type of anomaly associated with the labels in the lagbel group.
faultCodes - Codes indicating the type of anomaly associated with the labels in the lagbel group.DescribeLabelGroupResponse.Builder createdAt(Instant createdAt)
The time at which the label group was created.
createdAt - The time at which the label group was created.DescribeLabelGroupResponse.Builder updatedAt(Instant updatedAt)
The time at which the label group was updated.
updatedAt - The time at which the label group was updated.Copyright © 2022. All rights reserved.