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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LabelGroupSummary.BuildercreatedAt(Instant createdAt)The time at which the label group was created.LabelGroupSummary.BuilderlabelGroupArn(String labelGroupArn)The Amazon Resource Name (ARN) of the label group.LabelGroupSummary.BuilderlabelGroupName(String labelGroupName)The name of the label group.LabelGroupSummary.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
labelGroupName
LabelGroupSummary.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
LabelGroupSummary.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.
-
createdAt
LabelGroupSummary.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
LabelGroupSummary.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.
-
-