Class CfnHostedZonePropsMixin.HostedZoneConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53.CfnHostedZonePropsMixin.HostedZoneConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHostedZonePropsMixin.HostedZoneConfigProperty>
- Enclosing interface:
CfnHostedZonePropsMixin.HostedZoneConfigProperty
@Stability(Stable)
public static final class CfnHostedZonePropsMixin.HostedZoneConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHostedZonePropsMixin.HostedZoneConfigProperty>
A builder for
CfnHostedZonePropsMixin.HostedZoneConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnHostedZonePropsMixin.HostedZoneConfigProperty.getComment()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
comment
@Stability(Stable) public CfnHostedZonePropsMixin.HostedZoneConfigProperty.Builder comment(String comment) Sets the value ofCfnHostedZonePropsMixin.HostedZoneConfigProperty.getComment()- Parameters:
comment- Any comments that you want to include about the hosted zone.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHostedZonePropsMixin.HostedZoneConfigProperty>- Returns:
- a new instance of
CfnHostedZonePropsMixin.HostedZoneConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-