Class MixinApplication.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.core.MixinApplication.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<MixinApplication>
- Enclosing interface:
MixinApplication
@Stability(Experimental)
public static final class MixinApplication.Builder
extends Object
implements software.amazon.jsii.Builder<MixinApplication>
A builder for
MixinApplication-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.construct(software.constructs.IConstruct construct) Sets the value ofMixinApplication.getConstruct()Sets the value ofMixinApplication.getMixin()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
construct
@Stability(Experimental) public MixinApplication.Builder construct(software.constructs.IConstruct construct) Sets the value ofMixinApplication.getConstruct()- Parameters:
construct- The construct the mixin was applied to. This parameter is required.- Returns:
this
-
mixin
Sets the value ofMixinApplication.getMixin()- Parameters:
mixin- The mixin that was applied. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MixinApplication>- Returns:
- a new instance of
MixinApplication - Throws:
NullPointerException- if any required attribute was not provided
-