Class CfnResolverPropsMixin.PipelineConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnResolverPropsMixin.PipelineConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResolverPropsMixin.PipelineConfigProperty>
- Enclosing interface:
CfnResolverPropsMixin.PipelineConfigProperty
@Stability(Stable)
public static final class CfnResolverPropsMixin.PipelineConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResolverPropsMixin.PipelineConfigProperty>
A builder for
CfnResolverPropsMixin.PipelineConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnResolverPropsMixin.PipelineConfigProperty.getFunctions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
functions
@Stability(Stable) public CfnResolverPropsMixin.PipelineConfigProperty.Builder functions(List<String> functions) Sets the value ofCfnResolverPropsMixin.PipelineConfigProperty.getFunctions()- Parameters:
functions- A list ofFunctionobjects.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResolverPropsMixin.PipelineConfigProperty>- Returns:
- a new instance of
CfnResolverPropsMixin.PipelineConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-