Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnFunctionConfigurationMixinProps.Builder
Packages that use CfnFunctionConfigurationMixinProps.Builder
-
Uses of CfnFunctionConfigurationMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.appsync
Methods in software.amazon.awscdk.cfnpropertymixins.services.appsync that return CfnFunctionConfigurationMixinProps.BuilderModifier and TypeMethodDescriptionSets the value ofCfnFunctionConfigurationMixinProps.getApiId()CfnFunctionConfigurationMixinProps.builder()Sets the value ofCfnFunctionConfigurationMixinProps.getCode()CfnFunctionConfigurationMixinProps.Builder.codeS3Location(String codeS3Location) Sets the value ofCfnFunctionConfigurationMixinProps.getCodeS3Location()CfnFunctionConfigurationMixinProps.Builder.dataSourceName(String dataSourceName) Sets the value ofCfnFunctionConfigurationMixinProps.getDataSourceName()CfnFunctionConfigurationMixinProps.Builder.description(String description) Sets the value ofCfnFunctionConfigurationMixinProps.getDescription()CfnFunctionConfigurationMixinProps.Builder.functionVersion(String functionVersion) Sets the value ofCfnFunctionConfigurationMixinProps.getFunctionVersion()CfnFunctionConfigurationMixinProps.Builder.maxBatchSize(Number maxBatchSize) Sets the value ofCfnFunctionConfigurationMixinProps.getMaxBatchSize()Sets the value ofCfnFunctionConfigurationMixinProps.getName()CfnFunctionConfigurationMixinProps.Builder.requestMappingTemplate(String requestMappingTemplate) Sets the value ofCfnFunctionConfigurationMixinProps.getRequestMappingTemplate()CfnFunctionConfigurationMixinProps.Builder.requestMappingTemplateS3Location(String requestMappingTemplateS3Location) Sets the value ofCfnFunctionConfigurationMixinProps.getRequestMappingTemplateS3Location()CfnFunctionConfigurationMixinProps.Builder.responseMappingTemplate(String responseMappingTemplate) Sets the value ofCfnFunctionConfigurationMixinProps.getResponseMappingTemplate()CfnFunctionConfigurationMixinProps.Builder.responseMappingTemplateS3Location(String responseMappingTemplateS3Location) CfnFunctionConfigurationMixinProps.Builder.runtime(CfnFunctionConfigurationPropsMixin.AppSyncRuntimeProperty runtime) Sets the value ofCfnFunctionConfigurationMixinProps.getRuntime()CfnFunctionConfigurationMixinProps.Builder.runtime(IResolvable runtime) Sets the value ofCfnFunctionConfigurationMixinProps.getRuntime()CfnFunctionConfigurationMixinProps.Builder.syncConfig(CfnFunctionConfigurationPropsMixin.SyncConfigProperty syncConfig) Sets the value ofCfnFunctionConfigurationMixinProps.getSyncConfig()CfnFunctionConfigurationMixinProps.Builder.syncConfig(IResolvable syncConfig) Sets the value ofCfnFunctionConfigurationMixinProps.getSyncConfig()Constructors in software.amazon.awscdk.cfnpropertymixins.services.appsync with parameters of type CfnFunctionConfigurationMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFunctionConfigurationMixinProps.Builder.