Class CfnRestoreTestingSelection.ProtectedResourceConditionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.backup.CfnRestoreTestingSelection.ProtectedResourceConditionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRestoreTestingSelection.ProtectedResourceConditionsProperty>
- Enclosing interface:
CfnRestoreTestingSelection.ProtectedResourceConditionsProperty
@Stability(Stable)
public static final class CfnRestoreTestingSelection.ProtectedResourceConditionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRestoreTestingSelection.ProtectedResourceConditionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.stringEquals(List<? extends Object> stringEquals) stringEquals(IResolvable stringEquals) stringNotEquals(List<? extends Object> stringNotEquals) stringNotEquals(IResolvable stringNotEquals)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stringEquals
@Stability(Stable) public CfnRestoreTestingSelection.ProtectedResourceConditionsProperty.Builder stringEquals(IResolvable stringEquals) - Parameters:
stringEquals- Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching."- Returns:
this
-
stringEquals
@Stability(Stable) public CfnRestoreTestingSelection.ProtectedResourceConditionsProperty.Builder stringEquals(List<? extends Object> stringEquals) - Parameters:
stringEquals- Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching."- Returns:
this
-
stringNotEquals
@Stability(Stable) public CfnRestoreTestingSelection.ProtectedResourceConditionsProperty.Builder stringNotEquals(IResolvable stringNotEquals) Sets the value ofCfnRestoreTestingSelection.ProtectedResourceConditionsProperty.getStringNotEquals()- Parameters:
stringNotEquals- Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching."- Returns:
this
-
stringNotEquals
@Stability(Stable) public CfnRestoreTestingSelection.ProtectedResourceConditionsProperty.Builder stringNotEquals(List<? extends Object> stringNotEquals) Sets the value ofCfnRestoreTestingSelection.ProtectedResourceConditionsProperty.getStringNotEquals()- Parameters:
stringNotEquals- Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching."- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRestoreTestingSelection.ProtectedResourceConditionsProperty>- Returns:
- a new instance of
CfnRestoreTestingSelection.ProtectedResourceConditionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-