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