public static interface Condition.Builder extends SdkPojo, CopyableBuilder<Condition.Builder,Condition>
| Modifier and Type | Method and Description |
|---|---|
Condition.Builder |
conditionKey(String conditionKey)
The key in a key-value pair.
|
Condition.Builder |
conditionType(ConditionType conditionType)
An operation, such as
StringEquals, that is applied to a key-value pair used to filter resources
in a selection. |
Condition.Builder |
conditionType(String conditionType)
An operation, such as
StringEquals, that is applied to a key-value pair used to filter resources
in a selection. |
Condition.Builder |
conditionValue(String conditionValue)
The value in a key-value pair.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCondition.Builder conditionType(String conditionType)
An operation, such as StringEquals, that is applied to a key-value pair used to filter resources
in a selection.
conditionType - An operation, such as StringEquals, that is applied to a key-value pair used to filter
resources in a selection.ConditionType,
ConditionTypeCondition.Builder conditionType(ConditionType conditionType)
An operation, such as StringEquals, that is applied to a key-value pair used to filter resources
in a selection.
conditionType - An operation, such as StringEquals, that is applied to a key-value pair used to filter
resources in a selection.ConditionType,
ConditionTypeCondition.Builder conditionKey(String conditionKey)
The key in a key-value pair. For example, in "ec2:ResourceTag/Department": "accounting",
"ec2:ResourceTag/Department" is the key.
conditionKey - The key in a key-value pair. For example, in "ec2:ResourceTag/Department": "accounting",
"ec2:ResourceTag/Department" is the key.Condition.Builder conditionValue(String conditionValue)
The value in a key-value pair. For example, in "ec2:ResourceTag/Department": "accounting",
"accounting" is the value.
conditionValue - The value in a key-value pair. For example, in "ec2:ResourceTag/Department": "accounting"
, "accounting" is the value.Copyright © 2021. All rights reserved.