Class CfnFeedMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.elementalinference.CfnFeedMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFeedMixinProps>
- Enclosing interface:
CfnFeedMixinProps
@Stability(Stable)
public static final class CfnFeedMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFeedMixinProps>
A builder for
CfnFeedMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFeedMixinProps.getName()Sets the value ofCfnFeedMixinProps.getOutputs()outputs(IResolvable outputs) Sets the value ofCfnFeedMixinProps.getOutputs()Sets the value ofCfnFeedMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnFeedMixinProps.getName()- Parameters:
name- the value to be set.- Returns:
this
-
outputs
Sets the value ofCfnFeedMixinProps.getOutputs()- Parameters:
outputs- the value to be set.- Returns:
this
-
outputs
Sets the value ofCfnFeedMixinProps.getOutputs()- Parameters:
outputs- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnFeedMixinProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFeedMixinProps>- Returns:
- a new instance of
CfnFeedMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-