public static interface Label.Builder extends SdkPojo, CopyableBuilder<Label.Builder,Label>
Modifier and Type | Method and Description |
---|---|
Label.Builder |
arn(String arn)
The label ARN.
|
Label.Builder |
createdTime(String createdTime)
Timestamp of when the event type was created.
|
Label.Builder |
description(String description)
The label description.
|
Label.Builder |
lastUpdatedTime(String lastUpdatedTime)
Timestamp of when the label was last updated.
|
Label.Builder |
name(String name)
The label name.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Label.Builder name(String name)
The label name.
name
- The label name.Label.Builder description(String description)
The label description.
description
- The label description.Label.Builder lastUpdatedTime(String lastUpdatedTime)
Timestamp of when the label was last updated.
lastUpdatedTime
- Timestamp of when the label was last updated.Label.Builder createdTime(String createdTime)
Timestamp of when the event type was created.
createdTime
- Timestamp of when the event type was created.Label.Builder arn(String arn)
The label ARN.
arn
- The label ARN.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.