Class ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.route53recoveryreadiness.events.ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps>
- Enclosing interface:
ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps
@Stability(Experimental)
public static final class ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps.Builder
extends Object
implements software.amazon.jsii.Builder<ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.eventMetadata(AWSEventMetadataProps eventMetadata) newState(ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.State newState) previousState(ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.State previousState) readinessCheckName(List<String> readinessCheckName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
eventMetadata
@Stability(Experimental) public ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps.Builder eventMetadata(AWSEventMetadataProps eventMetadata) - Parameters:
eventMetadata- EventBridge event metadata.- Returns:
this
-
newState
@Stability(Experimental) public ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps.Builder newState(ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.State newState) - Parameters:
newState- new-state property. Specify an array of string values to match this event if the actual value of new-state is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
previousState
@Stability(Experimental) public ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps.Builder previousState(ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.State previousState) - Parameters:
previousState- previous-state property. Specify an array of string values to match this event if the actual value of previous-state is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options.- Returns:
this
-
readinessCheckName
@Stability(Experimental) public ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps.Builder readinessCheckName(List<String> readinessCheckName) - Parameters:
readinessCheckName- readiness-check-name property. Specify an array of string values to match this event if the actual value of readiness-check-name 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 ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps>- Returns:
- a new instance of
ReadinessCheckEvents.Route53ApplicationRecoveryControllerReadinessCheckStatusChange.Route53ApplicationRecoveryControllerReadinessCheckStatusChangeProps - Throws:
NullPointerException- if any required attribute was not provided
-