public static interface DescribeLabelResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<DescribeLabelResponse.Builder,DescribeLabelResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLabelResponse.Builder |
createdAt(Instant createdAt)
The time at which the label was created.
|
DescribeLabelResponse.Builder |
endTime(Instant endTime)
The end time of the requested label.
|
DescribeLabelResponse.Builder |
equipment(String equipment)
Indicates that a label pertains to a particular piece of equipment.
|
DescribeLabelResponse.Builder |
faultCode(String faultCode)
Indicates the type of anomaly associated with the label.
|
DescribeLabelResponse.Builder |
labelGroupArn(String labelGroupArn)
The ARN of the requested label group.
|
DescribeLabelResponse.Builder |
labelGroupName(String labelGroupName)
The name of the requested label group.
|
DescribeLabelResponse.Builder |
labelId(String labelId)
The ID of the requested label.
|
DescribeLabelResponse.Builder |
notes(String notes)
Metadata providing additional information about the label.
|
DescribeLabelResponse.Builder |
rating(LabelRating rating)
Indicates whether a labeled event represents an anomaly.
|
DescribeLabelResponse.Builder |
rating(String rating)
Indicates whether a labeled event represents an anomaly.
|
DescribeLabelResponse.Builder |
startTime(Instant startTime)
The start time of the requested label.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLabelResponse.Builder labelGroupName(String labelGroupName)
The name of the requested label group.
labelGroupName - The name of the requested label group.DescribeLabelResponse.Builder labelGroupArn(String labelGroupArn)
The ARN of the requested label group.
labelGroupArn - The ARN of the requested label group.DescribeLabelResponse.Builder labelId(String labelId)
The ID of the requested label.
labelId - The ID of the requested label.DescribeLabelResponse.Builder startTime(Instant startTime)
The start time of the requested label.
startTime - The start time of the requested label.DescribeLabelResponse.Builder endTime(Instant endTime)
The end time of the requested label.
endTime - The end time of the requested label.DescribeLabelResponse.Builder rating(String rating)
Indicates whether a labeled event represents an anomaly.
rating - Indicates whether a labeled event represents an anomaly.LabelRating,
LabelRatingDescribeLabelResponse.Builder rating(LabelRating rating)
Indicates whether a labeled event represents an anomaly.
rating - Indicates whether a labeled event represents an anomaly.LabelRating,
LabelRatingDescribeLabelResponse.Builder faultCode(String faultCode)
Indicates the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
faultCode - Indicates the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
DescribeLabelResponse.Builder notes(String notes)
Metadata providing additional information about the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
notes - Metadata providing additional information about the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
DescribeLabelResponse.Builder equipment(String equipment)
Indicates that a label pertains to a particular piece of equipment.
equipment - Indicates that a label pertains to a particular piece of equipment.DescribeLabelResponse.Builder createdAt(Instant createdAt)
The time at which the label was created.
createdAt - The time at which the label was created.Copyright © 2022. All rights reserved.