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