Class CfnTargetDomainPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityagent.CfnTargetDomainPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTargetDomainPropsMixin>
- Enclosing class:
CfnTargetDomainPropsMixin
@Stability(Stable)
public static final class CfnTargetDomainPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTargetDomainPropsMixin>
A fluent builder for
CfnTargetDomainPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) Tags for the target domain.targetDomainName(String targetDomainName) Domain name of the target domain.verificationMethod(String verificationMethod) Verification method for the target domain.
-
Method Details
-
create
@Stability(Stable) public static CfnTargetDomainPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTargetDomainPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTargetDomainPropsMixin.Builder.
-
tags
Tags for the target domain.- Parameters:
tags- Tags for the target domain. This parameter is required.- Returns:
this- See Also:
-
targetDomainName
@Stability(Stable) public CfnTargetDomainPropsMixin.Builder targetDomainName(String targetDomainName) Domain name of the target domain.- Parameters:
targetDomainName- Domain name of the target domain. This parameter is required.- Returns:
this- See Also:
-
verificationMethod
@Stability(Stable) public CfnTargetDomainPropsMixin.Builder verificationMethod(String verificationMethod) Verification method for the target domain.- Parameters:
verificationMethod- Verification method for the target domain. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTargetDomainPropsMixin>- Returns:
- a newly built instance of
CfnTargetDomainPropsMixin.
-