Interface LabelGroupSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LabelGroupSummary.Builder,
,LabelGroupSummary> SdkBuilder<LabelGroupSummary.Builder,
,LabelGroupSummary> SdkPojo
- Enclosing class:
LabelGroupSummary
public static interface LabelGroupSummary.Builder
extends SdkPojo, CopyableBuilder<LabelGroupSummary.Builder,LabelGroupSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe time at which the label group was created.labelGroupArn
(String labelGroupArn) The Amazon Resource Name (ARN) of the label group.labelGroupName
(String labelGroupName) The name of the label group.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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-
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
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.
-