| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static TagCondition.Builder |
TagCondition.builder() |
TagCondition.Builder |
TagCondition.Builder.tagKey(String tagKey)
The tag key in the tag condition.
|
TagCondition.Builder |
TagCondition.Builder.tagValue(String tagValue)
The tag value in the tag condition.
|
TagCondition.Builder |
TagCondition.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagCondition.Builder> |
TagCondition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ControlPlaneTagFilter.Builder |
ControlPlaneTagFilter.Builder.tagCondition(Consumer<TagCondition.Builder> tagCondition)
A leaf node condition which can be used to specify a tag condition.
|
Copyright © 2022. All rights reserved.