Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sam.CfnApiMixinProps.Builder
Packages that use CfnApiMixinProps.Builder
-
Uses of CfnApiMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.sam
Methods in software.amazon.awscdk.cfnpropertymixins.services.sam that return CfnApiMixinProps.BuilderModifier and TypeMethodDescriptionCfnApiMixinProps.Builder.accessLogSetting(CfnApiPropsMixin.AccessLogSettingProperty accessLogSetting) Sets the value ofCfnApiMixinProps.getAccessLogSetting()CfnApiMixinProps.Builder.accessLogSetting(IResolvable accessLogSetting) Sets the value ofCfnApiMixinProps.getAccessLogSetting()CfnApiMixinProps.Builder.alwaysDeploy(Boolean alwaysDeploy) Sets the value ofCfnApiMixinProps.getAlwaysDeploy()CfnApiMixinProps.Builder.alwaysDeploy(IResolvable alwaysDeploy) Sets the value ofCfnApiMixinProps.getAlwaysDeploy()CfnApiMixinProps.Builder.auth(CfnApiPropsMixin.AuthProperty auth) Sets the value ofCfnApiMixinProps.getAuth()CfnApiMixinProps.Builder.auth(IResolvable auth) Sets the value ofCfnApiMixinProps.getAuth()CfnApiMixinProps.Builder.binaryMediaTypes(List<String> binaryMediaTypes) Sets the value ofCfnApiMixinProps.getBinaryMediaTypes()static CfnApiMixinProps.BuilderCfnApiMixinProps.builder()CfnApiMixinProps.Builder.cacheClusterEnabled(Boolean cacheClusterEnabled) Sets the value ofCfnApiMixinProps.getCacheClusterEnabled()CfnApiMixinProps.Builder.cacheClusterEnabled(IResolvable cacheClusterEnabled) Sets the value ofCfnApiMixinProps.getCacheClusterEnabled()CfnApiMixinProps.Builder.cacheClusterSize(String cacheClusterSize) Sets the value ofCfnApiMixinProps.getCacheClusterSize()CfnApiMixinProps.Builder.canarySetting(CfnApiPropsMixin.CanarySettingProperty canarySetting) Sets the value ofCfnApiMixinProps.getCanarySetting()CfnApiMixinProps.Builder.canarySetting(IResolvable canarySetting) Sets the value ofCfnApiMixinProps.getCanarySetting()Sets the value ofCfnApiMixinProps.getCors()CfnApiMixinProps.Builder.cors(CfnApiPropsMixin.CorsConfigurationProperty cors) Sets the value ofCfnApiMixinProps.getCors()CfnApiMixinProps.Builder.cors(IResolvable cors) Sets the value ofCfnApiMixinProps.getCors()CfnApiMixinProps.Builder.definitionBody(Object definitionBody) Sets the value ofCfnApiMixinProps.getDefinitionBody()CfnApiMixinProps.Builder.definitionUri(String definitionUri) Sets the value ofCfnApiMixinProps.getDefinitionUri()CfnApiMixinProps.Builder.definitionUri(CfnApiPropsMixin.S3LocationProperty definitionUri) Sets the value ofCfnApiMixinProps.getDefinitionUri()CfnApiMixinProps.Builder.definitionUri(IResolvable definitionUri) Sets the value ofCfnApiMixinProps.getDefinitionUri()CfnApiMixinProps.Builder.description(String description) Sets the value ofCfnApiMixinProps.getDescription()CfnApiMixinProps.Builder.disableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint) Sets the value ofCfnApiMixinProps.getDisableExecuteApiEndpoint()CfnApiMixinProps.Builder.disableExecuteApiEndpoint(IResolvable disableExecuteApiEndpoint) Sets the value ofCfnApiMixinProps.getDisableExecuteApiEndpoint()CfnApiMixinProps.Builder.domain(CfnApiPropsMixin.DomainConfigurationProperty domain) Sets the value ofCfnApiMixinProps.getDomain()CfnApiMixinProps.Builder.domain(IResolvable domain) Sets the value ofCfnApiMixinProps.getDomain()CfnApiMixinProps.Builder.endpointConfiguration(String endpointConfiguration) Sets the value ofCfnApiMixinProps.getEndpointConfiguration()CfnApiMixinProps.Builder.endpointConfiguration(CfnApiPropsMixin.EndpointConfigurationProperty endpointConfiguration) Sets the value ofCfnApiMixinProps.getEndpointConfiguration()CfnApiMixinProps.Builder.endpointConfiguration(IResolvable endpointConfiguration) Sets the value ofCfnApiMixinProps.getEndpointConfiguration()CfnApiMixinProps.Builder.gatewayResponses(Object gatewayResponses) Sets the value ofCfnApiMixinProps.getGatewayResponses()CfnApiMixinProps.Builder.methodSettings(List<? extends Object> methodSettings) Sets the value ofCfnApiMixinProps.getMethodSettings()CfnApiMixinProps.Builder.methodSettings(IResolvable methodSettings) Sets the value ofCfnApiMixinProps.getMethodSettings()CfnApiMixinProps.Builder.minimumCompressionSize(Number minimumCompressionSize) Sets the value ofCfnApiMixinProps.getMinimumCompressionSize()Sets the value ofCfnApiMixinProps.getModels()Sets the value ofCfnApiMixinProps.getName()CfnApiMixinProps.Builder.openApiVersion(String openApiVersion) Sets the value ofCfnApiMixinProps.getOpenApiVersion()Sets the value ofCfnApiMixinProps.getStageName()Sets the value ofCfnApiMixinProps.getTags()CfnApiMixinProps.Builder.tracingEnabled(Boolean tracingEnabled) Sets the value ofCfnApiMixinProps.getTracingEnabled()CfnApiMixinProps.Builder.tracingEnabled(IResolvable tracingEnabled) Sets the value ofCfnApiMixinProps.getTracingEnabled()Sets the value ofCfnApiMixinProps.getVariables()CfnApiMixinProps.Builder.variables(IResolvable variables) Sets the value ofCfnApiMixinProps.getVariables()Constructors in software.amazon.awscdk.cfnpropertymixins.services.sam with parameters of type CfnApiMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnApiMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApiMixinProps.Builder.