| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static AppSyncRuntime.Builder |
AppSyncRuntime.builder() |
AppSyncRuntime.Builder |
AppSyncRuntime.Builder.name(RuntimeName name)
The
name of the runtime to use. |
AppSyncRuntime.Builder |
AppSyncRuntime.Builder.name(String name)
The
name of the runtime to use. |
AppSyncRuntime.Builder |
AppSyncRuntime.Builder.runtimeVersion(String runtimeVersion)
The
version of the runtime to use. |
AppSyncRuntime.Builder |
AppSyncRuntime.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AppSyncRuntime.Builder> |
AppSyncRuntime.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateFunctionRequest.Builder |
UpdateFunctionRequest.Builder.runtime(Consumer<AppSyncRuntime.Builder> runtime)
Sets the value of the Runtime property for this object.
|
default UpdateResolverRequest.Builder |
UpdateResolverRequest.Builder.runtime(Consumer<AppSyncRuntime.Builder> runtime)
Sets the value of the Runtime property for this object.
|
default Resolver.Builder |
Resolver.Builder.runtime(Consumer<AppSyncRuntime.Builder> runtime)
Sets the value of the Runtime property for this object.
|
default FunctionConfiguration.Builder |
FunctionConfiguration.Builder.runtime(Consumer<AppSyncRuntime.Builder> runtime)
Sets the value of the Runtime property for this object.
|
default EvaluateCodeRequest.Builder |
EvaluateCodeRequest.Builder.runtime(Consumer<AppSyncRuntime.Builder> runtime)
The runtime to be used when evaluating the code.
|
default CreateFunctionRequest.Builder |
CreateFunctionRequest.Builder.runtime(Consumer<AppSyncRuntime.Builder> runtime)
Sets the value of the Runtime property for this object.
|
default CreateResolverRequest.Builder |
CreateResolverRequest.Builder.runtime(Consumer<AppSyncRuntime.Builder> runtime)
Sets the value of the Runtime property for this object.
|
Copyright © 2023. All rights reserved.