@Stability(value=Stable) public static final class CfnReadinessCheck.Builder extends Object implements software.amazon.jsii.Builder<CfnReadinessCheck>
CfnReadinessCheck.| Modifier and Type | Method and Description |
|---|---|
CfnReadinessCheck |
build() |
static CfnReadinessCheck.Builder |
create(software.constructs.Construct scope,
String id) |
CfnReadinessCheck.Builder |
readinessCheckName(String readinessCheckName)
The name of the readiness check to create.
|
CfnReadinessCheck.Builder |
resourceSetName(String resourceSetName)
The name of the resource set to check.
|
CfnReadinessCheck.Builder |
tags(List<? extends CfnTag> tags)
A collection of tags associated with a resource.
|
@Stability(value=Stable) public static CfnReadinessCheck.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnReadinessCheck.Builder.@Stability(value=Stable) public CfnReadinessCheck.Builder readinessCheckName(String readinessCheckName)
readinessCheckName - The name of the readiness check to create. This parameter is required.this@Stability(value=Stable) public CfnReadinessCheck.Builder resourceSetName(String resourceSetName)
resourceSetName - The name of the resource set to check. This parameter is required.this@Stability(value=Stable) public CfnReadinessCheck.Builder tags(List<? extends CfnTag> tags)
tags - A collection of tags associated with a resource. This parameter is required.this@Stability(value=Stable) public CfnReadinessCheck build()
build in interface software.amazon.jsii.Builder<CfnReadinessCheck>Copyright © 2022. All rights reserved.