Class CfnDomainPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cases.CfnDomainPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin>
- Enclosing class:
CfnDomainPropsMixin
@Stability(Stable)
public static final class CfnDomainPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin>
A fluent builder for
CfnDomainPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnDomainPropsMixin.Buildercreate()static CfnDomainPropsMixin.Buildercreate(CfnPropertyMixinOptions options) The name of the domain.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnDomainPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDomainPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDomainPropsMixin.Builder.
-
name
The name of the domain.- Parameters:
name- The name of the domain. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin>- Returns:
- a newly built instance of
CfnDomainPropsMixin.
-