Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sam.CfnFunctionPropsMixin.AuthProperty.Builder
Packages that use CfnFunctionPropsMixin.AuthProperty.Builder
-
Uses of CfnFunctionPropsMixin.AuthProperty.Builder in software.amazon.awscdk.cfnpropertymixins.services.sam
Methods in software.amazon.awscdk.cfnpropertymixins.services.sam that return CfnFunctionPropsMixin.AuthProperty.BuilderModifier and TypeMethodDescriptionCfnFunctionPropsMixin.AuthProperty.Builder.apiKeyRequired(Boolean apiKeyRequired) Sets the value ofCfnFunctionPropsMixin.AuthProperty.getApiKeyRequired()CfnFunctionPropsMixin.AuthProperty.Builder.apiKeyRequired(IResolvable apiKeyRequired) Sets the value ofCfnFunctionPropsMixin.AuthProperty.getApiKeyRequired()CfnFunctionPropsMixin.AuthProperty.Builder.authorizationScopes(List<String> authorizationScopes) Sets the value ofCfnFunctionPropsMixin.AuthProperty.getAuthorizationScopes()CfnFunctionPropsMixin.AuthProperty.Builder.authorizer(String authorizer) Sets the value ofCfnFunctionPropsMixin.AuthProperty.getAuthorizer()CfnFunctionPropsMixin.AuthProperty.builder()CfnFunctionPropsMixin.AuthProperty.Builder.resourcePolicy(CfnFunctionPropsMixin.AuthResourcePolicyProperty resourcePolicy) Sets the value ofCfnFunctionPropsMixin.AuthProperty.getResourcePolicy()CfnFunctionPropsMixin.AuthProperty.Builder.resourcePolicy(IResolvable resourcePolicy) Sets the value ofCfnFunctionPropsMixin.AuthProperty.getResourcePolicy()Constructors in software.amazon.awscdk.cfnpropertymixins.services.sam with parameters of type CfnFunctionPropsMixin.AuthProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFunctionPropsMixin.AuthProperty.Builder.