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