Class CfnHostedZoneAssociation.Builder
java.lang.Object
software.amazon.awscdk.services.route53globalresolver.CfnHostedZoneAssociation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHostedZoneAssociation>
- Enclosing class:
CfnHostedZoneAssociation
@Stability(Stable)
public static final class CfnHostedZoneAssociation.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHostedZoneAssociation>
A fluent builder for
CfnHostedZoneAssociation.-
Method Summary
Modifier and TypeMethodDescriptionbuild()hostedZoneId(String hostedZoneId) resourceArn(String resourceArn)
-
Method Details
-
create
@Stability(Stable) public static CfnHostedZoneAssociation.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
CfnHostedZoneAssociation.Builder.
-
hostedZoneId
- Parameters:
hostedZoneId- This parameter is required.- Returns:
this- See Also:
-
name
- Parameters:
name- This parameter is required.- Returns:
this- See Also:
-
resourceArn
- Parameters:
resourceArn- This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHostedZoneAssociation>- Returns:
- a newly built instance of
CfnHostedZoneAssociation.
-