Class CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.arcregionswitch.CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty>
- Enclosing interface:
CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty
@Stability(Stable)
public static final class CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.crossAccountRole(String crossAccountRole) externalId(String externalId) hostedZoneId(String hostedZoneId) recordName(String recordName) recordSets(List<? extends Object> recordSets) recordSets(IResolvable recordSets) timeoutMinutes(Number timeoutMinutes)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
crossAccountRole
@Stability(Stable) public CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty.Builder crossAccountRole(String crossAccountRole) - Parameters:
crossAccountRole- The cross account role for the configuration.- Returns:
this
-
externalId
@Stability(Stable) public CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty.Builder externalId(String externalId) - Parameters:
externalId- The external ID (secret key) for the configuration.- Returns:
this
-
hostedZoneId
@Stability(Stable) public CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty.Builder hostedZoneId(String hostedZoneId) - Parameters:
hostedZoneId- The Amazon Route 53 health check configuration hosted zone ID.- Returns:
this
-
recordName
@Stability(Stable) public CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty.Builder recordName(String recordName) - Parameters:
recordName- The Amazon Route 53 health check configuration record name.- Returns:
this
-
recordSets
@Stability(Stable) public CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty.Builder recordSets(IResolvable recordSets) - Parameters:
recordSets- The Amazon Route 53 health check configuration record sets.- Returns:
this
-
recordSets
@Stability(Stable) public CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty.Builder recordSets(List<? extends Object> recordSets) - Parameters:
recordSets- The Amazon Route 53 health check configuration record sets.- Returns:
this
-
timeoutMinutes
@Stability(Stable) public CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty.Builder timeoutMinutes(Number timeoutMinutes) - Parameters:
timeoutMinutes- The Amazon Route 53 health check configuration time out (in minutes).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty>- Returns:
- a new instance of
CfnPlanPropsMixin.Route53HealthCheckConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-