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