Uses of Class
software.amazon.awscdk.services.backup.CfnBackupSelection.ConditionsProperty.Builder
-
Uses of CfnBackupSelection.ConditionsProperty.Builder in software.amazon.awscdk.services.backup
Modifier and TypeMethodDescriptionCfnBackupSelection.ConditionsProperty.builder()
CfnBackupSelection.ConditionsProperty.Builder.stringEquals
(List<? extends Object> stringEquals) Sets the value ofCfnBackupSelection.ConditionsProperty.getStringEquals()
CfnBackupSelection.ConditionsProperty.Builder.stringEquals
(IResolvable stringEquals) Sets the value ofCfnBackupSelection.ConditionsProperty.getStringEquals()
CfnBackupSelection.ConditionsProperty.Builder.stringLike
(List<? extends Object> stringLike) Sets the value ofCfnBackupSelection.ConditionsProperty.getStringLike()
CfnBackupSelection.ConditionsProperty.Builder.stringLike
(IResolvable stringLike) Sets the value ofCfnBackupSelection.ConditionsProperty.getStringLike()
CfnBackupSelection.ConditionsProperty.Builder.stringNotEquals
(List<? extends Object> stringNotEquals) Sets the value ofCfnBackupSelection.ConditionsProperty.getStringNotEquals()
CfnBackupSelection.ConditionsProperty.Builder.stringNotEquals
(IResolvable stringNotEquals) Sets the value ofCfnBackupSelection.ConditionsProperty.getStringNotEquals()
CfnBackupSelection.ConditionsProperty.Builder.stringNotLike
(List<? extends Object> stringNotLike) Sets the value ofCfnBackupSelection.ConditionsProperty.getStringNotLike()
CfnBackupSelection.ConditionsProperty.Builder.stringNotLike
(IResolvable stringNotLike) Sets the value ofCfnBackupSelection.ConditionsProperty.getStringNotLike()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBackupSelection.ConditionsProperty.Builder
.