Class ExtendedResolverProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.ExtendedResolverProps.Jsii$Proxy
- All Implemented Interfaces:
BaseResolverProps
,ExtendedResolverProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ExtendedResolverProps
@Stability(Stable)
@Internal
public static final class ExtendedResolverProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ExtendedResolverProps
An implementation for
ExtendedResolverProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.ExtendedResolverProps
ExtendedResolverProps.Builder, ExtendedResolverProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ExtendedResolverProps.Builder builder) Constructor that initializes the object based on literal property values passed by theExtendedResolverProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final CachingConfig
The caching configuration for this resolver.final Code
getCode()
The function code.final BaseDataSource
The data source this resolver is using.final String
name of the GraphQL field in the given type this resolver is attached to.final Number
The maximum number of elements per batch, when using batch invoke.final List<IAppsyncFunction>
configuration of the pipeline resolver.final MappingTemplate
The request mapping template for this resolver.final MappingTemplate
The response mapping template for this resolver.final FunctionRuntime
The functions runtime.final String
name of the GraphQL type this resolver is attached to.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theExtendedResolverProps.Builder
.
-
-
Method Details
-
getDataSource
Description copied from interface:ExtendedResolverProps
The data source this resolver is using.Default: - No datasource
- Specified by:
getDataSource
in interfaceExtendedResolverProps
-
getFieldName
Description copied from interface:BaseResolverProps
name of the GraphQL field in the given type this resolver is attached to.- Specified by:
getFieldName
in interfaceBaseResolverProps
-
getTypeName
Description copied from interface:BaseResolverProps
name of the GraphQL type this resolver is attached to.- Specified by:
getTypeName
in interfaceBaseResolverProps
-
getCachingConfig
Description copied from interface:BaseResolverProps
The caching configuration for this resolver.Default: - No caching configuration
- Specified by:
getCachingConfig
in interfaceBaseResolverProps
-
getCode
Description copied from interface:BaseResolverProps
The function code.Default: - no code is used
- Specified by:
getCode
in interfaceBaseResolverProps
-
getMaxBatchSize
Description copied from interface:BaseResolverProps
The maximum number of elements per batch, when using batch invoke.Default: - No max batch size
- Specified by:
getMaxBatchSize
in interfaceBaseResolverProps
-
getPipelineConfig
Description copied from interface:BaseResolverProps
configuration of the pipeline resolver.Default: - no pipeline resolver configuration An empty array | undefined sets resolver to be of kind, unit
- Specified by:
getPipelineConfig
in interfaceBaseResolverProps
-
getRequestMappingTemplate
Description copied from interface:BaseResolverProps
The request mapping template for this resolver.Default: - No mapping template
- Specified by:
getRequestMappingTemplate
in interfaceBaseResolverProps
-
getResponseMappingTemplate
Description copied from interface:BaseResolverProps
The response mapping template for this resolver.Default: - No mapping template
- Specified by:
getResponseMappingTemplate
in interfaceBaseResolverProps
-
getRuntime
Description copied from interface:BaseResolverProps
The functions runtime.Default: - no function runtime, VTL mapping templates used
- Specified by:
getRuntime
in interfaceBaseResolverProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-