public static interface LabelSummary.Builder extends SdkPojo, CopyableBuilder<LabelSummary.Builder,LabelSummary>
| Modifier and Type | Method and Description |
|---|---|
LabelSummary.Builder |
createdAt(Instant createdAt)
The time at which the label was created.
|
LabelSummary.Builder |
endTime(Instant endTime)
The timestamp indicating the end of the label.
|
LabelSummary.Builder |
equipment(String equipment)
Indicates that a label pertains to a particular piece of equipment.
|
LabelSummary.Builder |
faultCode(String faultCode)
Indicates the type of anomaly associated with the label.
|
LabelSummary.Builder |
labelGroupArn(String labelGroupArn)
The ARN of the label group.
|
LabelSummary.Builder |
labelGroupName(String labelGroupName)
The name of the label group.
|
LabelSummary.Builder |
labelId(String labelId)
The ID of the label.
|
LabelSummary.Builder |
rating(LabelRating rating)
Indicates whether a labeled event represents an anomaly.
|
LabelSummary.Builder |
rating(String rating)
Indicates whether a labeled event represents an anomaly.
|
LabelSummary.Builder |
startTime(Instant startTime)
The timestamp indicating the start of the label.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLabelSummary.Builder labelGroupName(String labelGroupName)
The name of the label group.
labelGroupName - The name of the label group.LabelSummary.Builder labelId(String labelId)
The ID of the label.
labelId - The ID of the label.LabelSummary.Builder labelGroupArn(String labelGroupArn)
The ARN of the label group.
labelGroupArn - The ARN of the label group.LabelSummary.Builder startTime(Instant startTime)
The timestamp indicating the start of the label.
startTime - The timestamp indicating the start of the label.LabelSummary.Builder endTime(Instant endTime)
The timestamp indicating the end of the label.
endTime - The timestamp indicating the end of the label.LabelSummary.Builder rating(String rating)
Indicates whether a labeled event represents an anomaly.
rating - Indicates whether a labeled event represents an anomaly.LabelRating,
LabelRatingLabelSummary.Builder rating(LabelRating rating)
Indicates whether a labeled event represents an anomaly.
rating - Indicates whether a labeled event represents an anomaly.LabelRating,
LabelRatingLabelSummary.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.
LabelSummary.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.LabelSummary.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.