Class CfnDomainVerificationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.vpclattice.CfnDomainVerificationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainVerificationPropsMixin>
- Enclosing class:
CfnDomainVerificationPropsMixin
@Stability(Stable)
public static final class CfnDomainVerificationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainVerificationPropsMixin>
A fluent builder for
CfnDomainVerificationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) domainName(String domainName) The domain name being verified.The tags associated with the domain verification.
-
Method Details
-
create
@Stability(Stable) public static CfnDomainVerificationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDomainVerificationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDomainVerificationPropsMixin.Builder.
-
domainName
The domain name being verified.- Parameters:
domainName- The domain name being verified. This parameter is required.- Returns:
this- See Also:
-
tags
The tags associated with the domain verification.- Parameters:
tags- The tags associated with the domain verification. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainVerificationPropsMixin>- Returns:
- a newly built instance of
CfnDomainVerificationPropsMixin.
-