Class CfnDomainMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lightsail.CfnDomainMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainMixinProps>
- Enclosing interface:
CfnDomainMixinProps
@Stability(Stable)
public static final class CfnDomainMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainMixinProps>
A builder for
CfnDomainMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.domainEntries(List<? extends Object> domainEntries) Sets the value ofCfnDomainMixinProps.getDomainEntries()domainEntries(IResolvable domainEntries) Sets the value ofCfnDomainMixinProps.getDomainEntries()domainName(String domainName) Sets the value ofCfnDomainMixinProps.getDomainName()Sets the value ofCfnDomainMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domainEntries
Sets the value ofCfnDomainMixinProps.getDomainEntries()- Parameters:
domainEntries- An array of key-value pairs containing information about the domain entries.- Returns:
this
-
domainEntries
@Stability(Stable) public CfnDomainMixinProps.Builder domainEntries(List<? extends Object> domainEntries) Sets the value ofCfnDomainMixinProps.getDomainEntries()- Parameters:
domainEntries- An array of key-value pairs containing information about the domain entries.- Returns:
this
-
domainName
Sets the value ofCfnDomainMixinProps.getDomainName()- Parameters:
domainName- The fully qualified domain name in the certificate request.- Returns:
this
-
tags
Sets the value ofCfnDomainMixinProps.getTags()- Parameters:
tags- The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainMixinProps>- Returns:
- a new instance of
CfnDomainMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-