Class CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.State.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.route53recoveryreadiness.events.CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.State.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.State>
- Enclosing interface:
CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.State
@Stability(Experimental)
public static final class CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.State.Builder
extends Object
implements software.amazon.jsii.Builder<CellEvents.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 CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.State.Builder readinessStatus(List<String> readinessStatus) Sets the value ofCellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.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 CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.State build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.State>- Returns:
- a new instance of
CellEvents.Route53ApplicationRecoveryControllerCellReadinessStatusChange.State - Throws:
NullPointerException- if any required attribute was not provided
-