Class CfnTargetDomain.Builder
java.lang.Object
software.amazon.awscdk.services.securityagent.CfnTargetDomain.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTargetDomain>
- Enclosing class:
CfnTargetDomain
@Stability(Stable)
public static final class CfnTargetDomain.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTargetDomain>
A fluent builder for
CfnTargetDomain.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnTargetDomain.BuilderTags 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 CfnTargetDomain.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnTargetDomain.Builder.
-
targetDomainName
Domain name of the target domain.- Parameters:
targetDomainName- Domain name of the target domain. This parameter is required.- Returns:
this- See Also:
-
verificationMethod
Verification method for the target domain.- Parameters:
verificationMethod- Verification method for the target domain. This parameter is required.- Returns:
this- See Also:
-
tags
Tags for the target domain.- Parameters:
tags- Tags for the target domain. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTargetDomain>- Returns:
- a newly built instance of
CfnTargetDomain.
-