Class CfnTargetDomainMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityagent.CfnTargetDomainMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTargetDomainMixinProps>
- Enclosing interface:
CfnTargetDomainMixinProps
@Stability(Stable)
public static final class CfnTargetDomainMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTargetDomainMixinProps>
A builder for
CfnTargetDomainMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTargetDomainMixinProps.getTags()targetDomainName(String targetDomainName) Sets the value ofCfnTargetDomainMixinProps.getTargetDomainName()verificationMethod(String verificationMethod) Sets the value ofCfnTargetDomainMixinProps.getVerificationMethod()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tags
Sets the value ofCfnTargetDomainMixinProps.getTags()- Parameters:
tags- Tags for the target domain.- Returns:
this
-
targetDomainName
@Stability(Stable) public CfnTargetDomainMixinProps.Builder targetDomainName(String targetDomainName) Sets the value ofCfnTargetDomainMixinProps.getTargetDomainName()- Parameters:
targetDomainName- Domain name of the target domain.- Returns:
this
-
verificationMethod
@Stability(Stable) public CfnTargetDomainMixinProps.Builder verificationMethod(String verificationMethod) Sets the value ofCfnTargetDomainMixinProps.getVerificationMethod()- Parameters:
verificationMethod- Verification method for the target domain.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTargetDomainMixinProps>- Returns:
- a new instance of
CfnTargetDomainMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-