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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.ExtendedResolverProps
ExtendedResolverProps.Builder, ExtendedResolverProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ExtendedResolverProps.Builder builder) Constructor that initializes the object based on literal property values passed by theExtendedResolverProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal CachingConfigThe caching configuration for this resolver.final CodegetCode()The function code.final BaseDataSourceThe data source this resolver is using.final Stringname of the GraphQL field in the given type this resolver is attached to.final NumberThe maximum number of elements per batch, when using batch invoke.final List<IAppsyncFunction> configuration of the pipeline resolver.final MappingTemplateThe request mapping template for this resolver.final MappingTemplateThe response mapping template for this resolver.final FunctionRuntimeThe functions runtime.final Stringname of the GraphQL type this resolver is attached to.final inthashCode()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:ExtendedResolverPropsThe data source this resolver is using.Default: - No datasource
- Specified by:
getDataSourcein interfaceExtendedResolverProps
-
getFieldName
Description copied from interface:BaseResolverPropsname of the GraphQL field in the given type this resolver is attached to.- Specified by:
getFieldNamein interfaceBaseResolverProps
-
getTypeName
Description copied from interface:BaseResolverPropsname of the GraphQL type this resolver is attached to.- Specified by:
getTypeNamein interfaceBaseResolverProps
-
getCachingConfig
Description copied from interface:BaseResolverPropsThe caching configuration for this resolver.Default: - No caching configuration
- Specified by:
getCachingConfigin interfaceBaseResolverProps
-
getCode
Description copied from interface:BaseResolverPropsThe function code.Default: - no code is used
- Specified by:
getCodein interfaceBaseResolverProps
-
getMaxBatchSize
Description copied from interface:BaseResolverPropsThe maximum number of elements per batch, when using batch invoke.Default: - No max batch size
- Specified by:
getMaxBatchSizein interfaceBaseResolverProps
-
getPipelineConfig
Description copied from interface:BaseResolverPropsconfiguration of the pipeline resolver.Default: - no pipeline resolver configuration An empty array | undefined sets resolver to be of kind, unit
- Specified by:
getPipelineConfigin interfaceBaseResolverProps
-
getRequestMappingTemplate
Description copied from interface:BaseResolverPropsThe request mapping template for this resolver.Default: - No mapping template
- Specified by:
getRequestMappingTemplatein interfaceBaseResolverProps
-
getResponseMappingTemplate
Description copied from interface:BaseResolverPropsThe response mapping template for this resolver.Default: - No mapping template
- Specified by:
getResponseMappingTemplatein interfaceBaseResolverProps
-
getRuntime
Description copied from interface:BaseResolverPropsThe functions runtime.Default: - no function runtime, VTL mapping templates used
- Specified by:
getRuntimein interfaceBaseResolverProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-