Class CfnTargetDomainPropsMixin.VerificationDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityagent.CfnTargetDomainPropsMixin.VerificationDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTargetDomainPropsMixin.VerificationDetailsProperty>
- Enclosing interface:
CfnTargetDomainPropsMixin.VerificationDetailsProperty
@Stability(Stable)
public static final class CfnTargetDomainPropsMixin.VerificationDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTargetDomainPropsMixin.VerificationDetailsProperty>
A builder for
CfnTargetDomainPropsMixin.VerificationDetailsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTargetDomainPropsMixin.VerificationDetailsProperty.getDnsTxt()dnsTxt(IResolvable dnsTxt) Sets the value ofCfnTargetDomainPropsMixin.VerificationDetailsProperty.getDnsTxt()Sets the value ofCfnTargetDomainPropsMixin.VerificationDetailsProperty.getHttpRoute()httpRoute(IResolvable httpRoute) Sets the value ofCfnTargetDomainPropsMixin.VerificationDetailsProperty.getHttpRoute()Sets the value ofCfnTargetDomainPropsMixin.VerificationDetailsProperty.getMethod()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dnsTxt
@Stability(Stable) public CfnTargetDomainPropsMixin.VerificationDetailsProperty.Builder dnsTxt(IResolvable dnsTxt) Sets the value ofCfnTargetDomainPropsMixin.VerificationDetailsProperty.getDnsTxt()- Parameters:
dnsTxt- Represents DNS TXT verification details.- Returns:
this
-
dnsTxt
@Stability(Stable) public CfnTargetDomainPropsMixin.VerificationDetailsProperty.Builder dnsTxt(CfnTargetDomainPropsMixin.DnsVerificationProperty dnsTxt) Sets the value ofCfnTargetDomainPropsMixin.VerificationDetailsProperty.getDnsTxt()- Parameters:
dnsTxt- Represents DNS TXT verification details.- Returns:
this
-
httpRoute
@Stability(Stable) public CfnTargetDomainPropsMixin.VerificationDetailsProperty.Builder httpRoute(IResolvable httpRoute) Sets the value ofCfnTargetDomainPropsMixin.VerificationDetailsProperty.getHttpRoute()- Parameters:
httpRoute- Represents HTTP route verification details.- Returns:
this
-
httpRoute
@Stability(Stable) public CfnTargetDomainPropsMixin.VerificationDetailsProperty.Builder httpRoute(CfnTargetDomainPropsMixin.HttpVerificationProperty httpRoute) Sets the value ofCfnTargetDomainPropsMixin.VerificationDetailsProperty.getHttpRoute()- Parameters:
httpRoute- Represents HTTP route verification details.- Returns:
this
-
method
@Stability(Stable) public CfnTargetDomainPropsMixin.VerificationDetailsProperty.Builder method(String method) Sets the value ofCfnTargetDomainPropsMixin.VerificationDetailsProperty.getMethod()- Parameters:
method- Type of domain ownership verification method.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTargetDomainPropsMixin.VerificationDetailsProperty>- Returns:
- a new instance of
CfnTargetDomainPropsMixin.VerificationDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-