Class CfnReadinessCheck.Builder
java.lang.Object
software.amazon.awscdk.services.route53recoveryreadiness.CfnReadinessCheck.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReadinessCheck>
- Enclosing class:
CfnReadinessCheck
@Stability(Stable)
public static final class CfnReadinessCheck.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReadinessCheck>
A fluent builder for
CfnReadinessCheck
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnReadinessCheck.Builder
readinessCheckName
(String readinessCheckName) The name of the readiness check to create.resourceSetName
(String resourceSetName) The name of the resource set to check.A collection of tags associated with a resource.
-
Method Details
-
create
@Stability(Stable) public static CfnReadinessCheck.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnReadinessCheck.Builder
.
-
readinessCheckName
The name of the readiness check to create.- Parameters:
readinessCheckName
- The name of the readiness check to create. This parameter is required.- Returns:
this
- See Also:
-
resourceSetName
The name of the resource set to check.- Parameters:
resourceSetName
- The name of the resource set to check. This parameter is required.- Returns:
this
- See Also:
-
tags
A collection of tags associated with a resource.- Parameters:
tags
- A collection of tags associated with a resource. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnReadinessCheck>
- Returns:
- a newly built instance of
CfnReadinessCheck
.
-