@Stability(value=Stable) public static final class CfnBackupSelection.ConditionResourceTypeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBackupSelection.ConditionResourceTypeProperty>
CfnBackupSelection.ConditionResourceTypeProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBackupSelection.ConditionResourceTypeProperty |
build()
Builds the configured instance.
|
CfnBackupSelection.ConditionResourceTypeProperty.Builder |
conditionKey(String conditionKey)
Sets the value of
CfnBackupSelection.ConditionResourceTypeProperty.getConditionKey() |
CfnBackupSelection.ConditionResourceTypeProperty.Builder |
conditionType(String conditionType)
Sets the value of
CfnBackupSelection.ConditionResourceTypeProperty.getConditionType() |
CfnBackupSelection.ConditionResourceTypeProperty.Builder |
conditionValue(String conditionValue)
Sets the value of
CfnBackupSelection.ConditionResourceTypeProperty.getConditionValue() |
@Stability(value=Stable) public CfnBackupSelection.ConditionResourceTypeProperty.Builder conditionKey(String conditionKey)
CfnBackupSelection.ConditionResourceTypeProperty.getConditionKey()conditionKey - The key in a key-value pair. This parameter is required.
For example, in "Department": "accounting" , "Department" is the key.this@Stability(value=Stable) public CfnBackupSelection.ConditionResourceTypeProperty.Builder conditionType(String conditionType)
CfnBackupSelection.ConditionResourceTypeProperty.getConditionType()conditionType - An operation, such as `STRINGEQUALS` , that is applied to a key-value pair used to filter resources in a selection. This parameter is required.this@Stability(value=Stable) public CfnBackupSelection.ConditionResourceTypeProperty.Builder conditionValue(String conditionValue)
CfnBackupSelection.ConditionResourceTypeProperty.getConditionValue()conditionValue - The value in a key-value pair. This parameter is required.
For example, in "Department": "accounting" , "accounting" is the value.this@Stability(value=Stable) public CfnBackupSelection.ConditionResourceTypeProperty build()
build in interface software.amazon.jsii.Builder<CfnBackupSelection.ConditionResourceTypeProperty>CfnBackupSelection.ConditionResourceTypePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.