public static interface TagOptionDetail.Builder extends SdkPojo, CopyableBuilder<TagOptionDetail.Builder,TagOptionDetail>
| Modifier and Type | Method and Description |
|---|---|
TagOptionDetail.Builder |
active(Boolean active)
The TagOption active state.
|
TagOptionDetail.Builder |
id(String id)
The TagOption identifier.
|
TagOptionDetail.Builder |
key(String key)
The TagOption key.
|
TagOptionDetail.Builder |
owner(String owner)
The Amazon Web Services account Id of the owner account that created the TagOption.
|
TagOptionDetail.Builder |
value(String value)
The TagOption value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTagOptionDetail.Builder key(String key)
The TagOption key.
key - The TagOption key.TagOptionDetail.Builder value(String value)
The TagOption value.
value - The TagOption value.TagOptionDetail.Builder active(Boolean active)
The TagOption active state.
active - The TagOption active state.TagOptionDetail.Builder id(String id)
The TagOption identifier.
id - The TagOption identifier.TagOptionDetail.Builder owner(String owner)
The Amazon Web Services account Id of the owner account that created the TagOption.
owner - The Amazon Web Services account Id of the owner account that created the TagOption.Copyright © 2023. All rights reserved.