Uses of Class
software.amazon.awscdk.services.appsync.CfnFunctionConfigurationProps.Builder
-
Uses of CfnFunctionConfigurationProps.Builder in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionSets the value ofCfnFunctionConfigurationProps.getApiId()
CfnFunctionConfigurationProps.builder()
Sets the value ofCfnFunctionConfigurationProps.getCode()
CfnFunctionConfigurationProps.Builder.codeS3Location
(String codeS3Location) Sets the value ofCfnFunctionConfigurationProps.getCodeS3Location()
CfnFunctionConfigurationProps.Builder.dataSourceName
(String dataSourceName) Sets the value ofCfnFunctionConfigurationProps.getDataSourceName()
CfnFunctionConfigurationProps.Builder.description
(String description) Sets the value ofCfnFunctionConfigurationProps.getDescription()
CfnFunctionConfigurationProps.Builder.functionVersion
(String functionVersion) Sets the value ofCfnFunctionConfigurationProps.getFunctionVersion()
CfnFunctionConfigurationProps.Builder.maxBatchSize
(Number maxBatchSize) Sets the value ofCfnFunctionConfigurationProps.getMaxBatchSize()
Sets the value ofCfnFunctionConfigurationProps.getName()
CfnFunctionConfigurationProps.Builder.requestMappingTemplate
(String requestMappingTemplate) Sets the value ofCfnFunctionConfigurationProps.getRequestMappingTemplate()
CfnFunctionConfigurationProps.Builder.requestMappingTemplateS3Location
(String requestMappingTemplateS3Location) Sets the value ofCfnFunctionConfigurationProps.getRequestMappingTemplateS3Location()
CfnFunctionConfigurationProps.Builder.responseMappingTemplate
(String responseMappingTemplate) Sets the value ofCfnFunctionConfigurationProps.getResponseMappingTemplate()
CfnFunctionConfigurationProps.Builder.responseMappingTemplateS3Location
(String responseMappingTemplateS3Location) Sets the value ofCfnFunctionConfigurationProps.getResponseMappingTemplateS3Location()
CfnFunctionConfigurationProps.Builder.runtime
(IResolvable runtime) Sets the value ofCfnFunctionConfigurationProps.getRuntime()
CfnFunctionConfigurationProps.Builder.runtime
(CfnFunctionConfiguration.AppSyncRuntimeProperty runtime) Sets the value ofCfnFunctionConfigurationProps.getRuntime()
CfnFunctionConfigurationProps.Builder.syncConfig
(IResolvable syncConfig) Sets the value ofCfnFunctionConfigurationProps.getSyncConfig()
CfnFunctionConfigurationProps.Builder.syncConfig
(CfnFunctionConfiguration.SyncConfigProperty syncConfig) Sets the value ofCfnFunctionConfigurationProps.getSyncConfig()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunctionConfigurationProps.Builder
.