Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.lambda.CfnUrlMixinProps.Builder
Packages that use CfnUrlMixinProps.Builder
-
Uses of CfnUrlMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.lambda
Methods in software.amazon.awscdk.cfnpropertymixins.services.lambda that return CfnUrlMixinProps.BuilderModifier and TypeMethodDescriptionSets the value ofCfnUrlMixinProps.getAuthType()static CfnUrlMixinProps.BuilderCfnUrlMixinProps.builder()CfnUrlMixinProps.Builder.cors(CfnUrlPropsMixin.CorsProperty cors) Sets the value ofCfnUrlMixinProps.getCors()CfnUrlMixinProps.Builder.cors(IResolvable cors) Sets the value ofCfnUrlMixinProps.getCors()CfnUrlMixinProps.Builder.invokeMode(String invokeMode) Sets the value ofCfnUrlMixinProps.getInvokeMode()Sets the value ofCfnUrlMixinProps.getQualifier()CfnUrlMixinProps.Builder.targetFunctionArn(String targetFunctionArn) Sets the value ofCfnUrlMixinProps.getTargetFunctionArn()CfnUrlMixinProps.Builder.targetFunctionArn(IFunctionRef targetFunctionArn) Sets the value ofCfnUrlMixinProps.getTargetFunctionArn()Constructors in software.amazon.awscdk.cfnpropertymixins.services.lambda with parameters of type CfnUrlMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnUrlMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUrlMixinProps.Builder.