Class CfnReadinessCheckMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53recoveryreadiness.CfnReadinessCheckMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReadinessCheckMixinProps>
- Enclosing interface:
CfnReadinessCheckMixinProps
@Stability(Stable)
public static final class CfnReadinessCheckMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReadinessCheckMixinProps>
A builder for
CfnReadinessCheckMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.readinessCheckName(String readinessCheckName) Sets the value ofCfnReadinessCheckMixinProps.getReadinessCheckName()resourceSetName(String resourceSetName) Sets the value ofCfnReadinessCheckMixinProps.getResourceSetName()Sets the value ofCfnReadinessCheckMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
readinessCheckName
@Stability(Stable) public CfnReadinessCheckMixinProps.Builder readinessCheckName(String readinessCheckName) Sets the value ofCfnReadinessCheckMixinProps.getReadinessCheckName()- Parameters:
readinessCheckName- The name of the readiness check to create.- Returns:
this
-
resourceSetName
@Stability(Stable) public CfnReadinessCheckMixinProps.Builder resourceSetName(String resourceSetName) Sets the value ofCfnReadinessCheckMixinProps.getResourceSetName()- Parameters:
resourceSetName- The name of the resource set to check.- Returns:
this
-
tags
Sets the value ofCfnReadinessCheckMixinProps.getTags()- Parameters:
tags- A collection of tags associated with a resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReadinessCheckMixinProps>- Returns:
- a new instance of
CfnReadinessCheckMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-