Class AppsyncResolverPipelineConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.appsync_resolver.AppsyncResolverPipelineConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AppsyncResolverPipelineConfig>
- Enclosing interface:
- AppsyncResolverPipelineConfig
@Stability(Stable) public static final class AppsyncResolverPipelineConfig.Builder extends Object implements software.amazon.jsii.Builder<AppsyncResolverPipelineConfig>
A builder forAppsyncResolverPipelineConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppsyncResolverPipelineConfigbuild()Builds the configured instance.AppsyncResolverPipelineConfig.Builderfunctions(List<String> functions)Sets the value ofAppsyncResolverPipelineConfig.getFunctions()
-
-
-
Method Detail
-
functions
@Stability(Stable) public AppsyncResolverPipelineConfig.Builder functions(List<String> functions)
Sets the value ofAppsyncResolverPipelineConfig.getFunctions()- Parameters:
functions- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_resolver#functions AppsyncResolver#functions}.- Returns:
this
-
build
@Stability(Stable) public AppsyncResolverPipelineConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AppsyncResolverPipelineConfig>- Returns:
- a new instance of
AppsyncResolverPipelineConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-