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