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 applied to a key-value pair used to assign resources to your backup plan.
|
Condition.Builder |
conditionType(String conditionType)
An operation applied to a key-value pair used to assign resources to your backup plan.
|
Condition.Builder |
conditionValue(String conditionValue)
The value in a key-value pair.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCondition.Builder conditionType(String conditionType)
An operation applied to a key-value pair used to assign resources to your backup plan. Condition only
supports StringEquals. For more flexible assignment options, including StringLike
and the ability to exclude resources from your backup plan, use Conditions (with an "s" on the
end) for your
BackupSelection .
conditionType - An operation applied to a key-value pair used to assign resources to your backup plan. Condition only
supports StringEquals. For more flexible assignment options, including
StringLike and the ability to exclude resources from your backup plan, use
Conditions (with an "s" on the end) for your
BackupSelection .ConditionType,
ConditionTypeCondition.Builder conditionType(ConditionType conditionType)
An operation applied to a key-value pair used to assign resources to your backup plan. Condition only
supports StringEquals. For more flexible assignment options, including StringLike
and the ability to exclude resources from your backup plan, use Conditions (with an "s" on the
end) for your
BackupSelection .
conditionType - An operation applied to a key-value pair used to assign resources to your backup plan. Condition only
supports StringEquals. For more flexible assignment options, including
StringLike and the ability to exclude resources from your backup plan, use
Conditions (with an "s" on the end) for your
BackupSelection .ConditionType,
ConditionTypeCondition.Builder conditionKey(String conditionKey)
The key in a key-value pair. For example, in the tag Department: Accounting,
Department is the key.
conditionKey - The key in a key-value pair. For example, in the tag Department: Accounting,
Department is the key.Condition.Builder conditionValue(String conditionValue)
The value in a key-value pair. For example, in the tag Department: Accounting,
Accounting is the value.
conditionValue - The value in a key-value pair. For example, in the tag Department: Accounting,
Accounting is the value.Copyright © 2023. All rights reserved.