Interface LabelSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LabelSummary.Builder,LabelSummary>,SdkBuilder<LabelSummary.Builder,LabelSummary>,SdkPojo
- Enclosing class:
- LabelSummary
public static interface LabelSummary.Builder extends SdkPojo, CopyableBuilder<LabelSummary.Builder,LabelSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelSummary.BuildercreatedAt(Instant createdAt)The time at which the label was created.LabelSummary.BuilderendTime(Instant endTime)The timestamp indicating the end of the label.LabelSummary.Builderequipment(String equipment)Indicates that a label pertains to a particular piece of equipment.LabelSummary.BuilderfaultCode(String faultCode)Indicates the type of anomaly associated with the label.LabelSummary.BuilderlabelGroupArn(String labelGroupArn)The Amazon Resource Name (ARN) of the label group.LabelSummary.BuilderlabelGroupName(String labelGroupName)The name of the label group.LabelSummary.BuilderlabelId(String labelId)The ID of the label.LabelSummary.Builderrating(String rating)Indicates whether a labeled event represents an anomaly.LabelSummary.Builderrating(LabelRating rating)Indicates whether a labeled event represents an anomaly.LabelSummary.BuilderstartTime(Instant startTime)The timestamp indicating the start of the label.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
labelGroupName
LabelSummary.Builder labelGroupName(String labelGroupName)
The name of the label group.
- Parameters:
labelGroupName- The name of the label group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labelId
LabelSummary.Builder labelId(String labelId)
The ID of the label.
- Parameters:
labelId- The ID of the label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labelGroupArn
LabelSummary.Builder labelGroupArn(String labelGroupArn)
The Amazon Resource Name (ARN) of the label group.
- Parameters:
labelGroupArn- The Amazon Resource Name (ARN) of the label group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
LabelSummary.Builder startTime(Instant startTime)
The timestamp indicating the start of the label.
- Parameters:
startTime- The timestamp indicating the start of the label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
LabelSummary.Builder endTime(Instant endTime)
The timestamp indicating the end of the label.
- Parameters:
endTime- The timestamp indicating the end of the label.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rating
LabelSummary.Builder rating(String rating)
Indicates whether a labeled event represents an anomaly.
- Parameters:
rating- Indicates whether a labeled event represents an anomaly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LabelRating,LabelRating
-
rating
LabelSummary.Builder rating(LabelRating rating)
Indicates whether a labeled event represents an anomaly.
- Parameters:
rating- Indicates whether a labeled event represents an anomaly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LabelRating,LabelRating
-
faultCode
LabelSummary.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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
equipment
LabelSummary.Builder equipment(String equipment)
Indicates that a label pertains to a particular piece of equipment.
- Parameters:
equipment- Indicates that a label pertains to a particular piece of equipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
LabelSummary.Builder createdAt(Instant createdAt)
The time at which the label was created.
- Parameters:
createdAt- The time at which the label was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-