Class CfnDomainMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cases.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.Sets the value ofCfnDomainMixinProps.getName()Sets the value ofCfnDomainMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnDomainMixinProps.getName()- Parameters:
name- The name of the domain.- Returns:
this
-
tags
Sets the value ofCfnDomainMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource.- 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
-