Package software.amazon.awscdk
Class MixinApplication.Builder
java.lang.Object
software.amazon.awscdk.MixinApplication.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<MixinApplication>
- Enclosing interface:
MixinApplication
@Stability(Stable)
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()mixin(software.constructs.IMixin mixin) Sets the value ofMixinApplication.getMixin()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
construct
@Stability(Stable) 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
-