Class Route53ApplicationRecoveryControllerCellReadinessStatusChange.State.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.route53recoveryreadiness.events.Route53ApplicationRecoveryControllerCellReadinessStatusChange.State.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Route53ApplicationRecoveryControllerCellReadinessStatusChange.State>
- Enclosing interface:
Route53ApplicationRecoveryControllerCellReadinessStatusChange.State
@Stability(Experimental)
public static final class Route53ApplicationRecoveryControllerCellReadinessStatusChange.State.Builder
extends Object
implements software.amazon.jsii.Builder<Route53ApplicationRecoveryControllerCellReadinessStatusChange.State>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.readinessStatus(List<String> readinessStatus)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
readinessStatus
@Stability(Experimental) public Route53ApplicationRecoveryControllerCellReadinessStatusChange.State.Builder readinessStatus(List<String> readinessStatus) Sets the value ofRoute53ApplicationRecoveryControllerCellReadinessStatusChange.State.getReadinessStatus()- Parameters:
readinessStatus- readiness-status property. Specify an array of string values to match this event if the actual value of readiness-status is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
build
@Stability(Experimental) public Route53ApplicationRecoveryControllerCellReadinessStatusChange.State build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<Route53ApplicationRecoveryControllerCellReadinessStatusChange.State>- Returns:
- a new instance of
Route53ApplicationRecoveryControllerCellReadinessStatusChange.State - Throws:
NullPointerException- if any required attribute was not provided
-