Interface AppsyncResolverRuntime
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AppsyncResolverRuntime.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.610Z") @Stability(Stable) public interface AppsyncResolverRuntime extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppsyncResolverRuntime.BuilderA builder forAppsyncResolverRuntimestatic classAppsyncResolverRuntime.Jsii$ProxyAn implementation forAppsyncResolverRuntime
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AppsyncResolverRuntime.Builderbuilder()StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_resolver#name AppsyncResolver#name}.StringgetRuntimeVersion()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_resolver#runtime_version AppsyncResolver#runtime_version}.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_resolver#name AppsyncResolver#name}.
-
getRuntimeVersion
@Stability(Stable) @NotNull String getRuntimeVersion()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_resolver#runtime_version AppsyncResolver#runtime_version}.
-
builder
@Stability(Stable) static AppsyncResolverRuntime.Builder builder()
- Returns:
- a
AppsyncResolverRuntime.BuilderofAppsyncResolverRuntime
-
-