public static interface LabelGroupSummary.Builder extends SdkPojo, CopyableBuilder<LabelGroupSummary.Builder,LabelGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
LabelGroupSummary.Builder |
createdAt(Instant createdAt)
The time at which the label group was created.
|
LabelGroupSummary.Builder |
labelGroupArn(String labelGroupArn)
The ARN of the label group.
|
LabelGroupSummary.Builder |
labelGroupName(String labelGroupName)
The name of the label group.
|
LabelGroupSummary.Builder |
updatedAt(Instant updatedAt)
The time at which the label group was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLabelGroupSummary.Builder labelGroupName(String labelGroupName)
The name of the label group.
labelGroupName - The name of the label group.LabelGroupSummary.Builder labelGroupArn(String labelGroupArn)
The ARN of the label group.
labelGroupArn - The ARN of the label group.LabelGroupSummary.Builder createdAt(Instant createdAt)
The time at which the label group was created.
createdAt - The time at which the label group was created.LabelGroupSummary.Builder updatedAt(Instant updatedAt)
The time at which the label group was updated.
updatedAt - The time at which the label group was updated.Copyright © 2022. All rights reserved.