Interface DescribeLabelGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLabelGroupResponse.Builder,DescribeLabelGroupResponse>,LookoutEquipmentResponse.Builder,SdkBuilder<DescribeLabelGroupResponse.Builder,DescribeLabelGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeLabelGroupResponse
public static interface DescribeLabelGroupResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<DescribeLabelGroupResponse.Builder,DescribeLabelGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeLabelGroupResponse.BuildercreatedAt(Instant createdAt)The time at which the label group was created.DescribeLabelGroupResponse.BuilderfaultCodes(String... faultCodes)Codes indicating the type of anomaly associated with the labels in the lagbel group.DescribeLabelGroupResponse.BuilderfaultCodes(Collection<String> faultCodes)Codes indicating the type of anomaly associated with the labels in the lagbel group.DescribeLabelGroupResponse.BuilderlabelGroupArn(String labelGroupArn)The Amazon Resource Name (ARN) of the label group.DescribeLabelGroupResponse.BuilderlabelGroupName(String labelGroupName)The name of the label group.DescribeLabelGroupResponse.BuilderupdatedAt(Instant updatedAt)The time at which the label group was updated.-
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
DescribeLabelGroupResponse.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.
-
labelGroupArn
DescribeLabelGroupResponse.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.
-
faultCodes
DescribeLabelGroupResponse.Builder faultCodes(Collection<String> faultCodes)
Codes indicating the type of anomaly associated with the labels in the lagbel group.
- Parameters:
faultCodes- Codes indicating the type of anomaly associated with the labels in the lagbel group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faultCodes
DescribeLabelGroupResponse.Builder faultCodes(String... faultCodes)
Codes indicating the type of anomaly associated with the labels in the lagbel group.
- Parameters:
faultCodes- Codes indicating the type of anomaly associated with the labels in the lagbel group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
DescribeLabelGroupResponse.Builder createdAt(Instant createdAt)
The time at which the label group was created.
- Parameters:
createdAt- The time at which the label group was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
DescribeLabelGroupResponse.Builder updatedAt(Instant updatedAt)
The time at which the label group was updated.
- Parameters:
updatedAt- The time at which the label group was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-