Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnMethodMixinProps.Builder
Packages that use CfnMethodMixinProps.Builder
-
Uses of CfnMethodMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigateway
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigateway that return CfnMethodMixinProps.BuilderModifier and TypeMethodDescriptionCfnMethodMixinProps.Builder.apiKeyRequired(Boolean apiKeyRequired) Sets the value ofCfnMethodMixinProps.getApiKeyRequired()CfnMethodMixinProps.Builder.apiKeyRequired(IResolvable apiKeyRequired) Sets the value ofCfnMethodMixinProps.getApiKeyRequired()CfnMethodMixinProps.Builder.authorizationScopes(List<String> authorizationScopes) Sets the value ofCfnMethodMixinProps.getAuthorizationScopes()CfnMethodMixinProps.Builder.authorizationType(String authorizationType) Sets the value ofCfnMethodMixinProps.getAuthorizationType()CfnMethodMixinProps.Builder.authorizerId(String authorizerId) Sets the value ofCfnMethodMixinProps.getAuthorizerId()CfnMethodMixinProps.Builder.authorizerId(IAuthorizerRef authorizerId) Sets the value ofCfnMethodMixinProps.getAuthorizerId()static CfnMethodMixinProps.BuilderCfnMethodMixinProps.builder()CfnMethodMixinProps.Builder.httpMethod(String httpMethod) Sets the value ofCfnMethodMixinProps.getHttpMethod()CfnMethodMixinProps.Builder.integration(CfnMethodPropsMixin.IntegrationProperty integration) Sets the value ofCfnMethodMixinProps.getIntegration()CfnMethodMixinProps.Builder.integration(IResolvable integration) Sets the value ofCfnMethodMixinProps.getIntegration()CfnMethodMixinProps.Builder.methodResponses(List<? extends Object> methodResponses) Sets the value ofCfnMethodMixinProps.getMethodResponses()CfnMethodMixinProps.Builder.methodResponses(IResolvable methodResponses) Sets the value ofCfnMethodMixinProps.getMethodResponses()CfnMethodMixinProps.Builder.operationName(String operationName) Sets the value ofCfnMethodMixinProps.getOperationName()CfnMethodMixinProps.Builder.requestModels(Map<String, String> requestModels) Sets the value ofCfnMethodMixinProps.getRequestModels()CfnMethodMixinProps.Builder.requestModels(IResolvable requestModels) Sets the value ofCfnMethodMixinProps.getRequestModels()CfnMethodMixinProps.Builder.requestParameters(Map<String, ? extends Object> requestParameters) Sets the value ofCfnMethodMixinProps.getRequestParameters()CfnMethodMixinProps.Builder.requestParameters(IResolvable requestParameters) Sets the value ofCfnMethodMixinProps.getRequestParameters()CfnMethodMixinProps.Builder.requestValidatorId(String requestValidatorId) Sets the value ofCfnMethodMixinProps.getRequestValidatorId()CfnMethodMixinProps.Builder.requestValidatorId(IRequestValidatorRef requestValidatorId) Sets the value ofCfnMethodMixinProps.getRequestValidatorId()CfnMethodMixinProps.Builder.resourceId(String resourceId) Sets the value ofCfnMethodMixinProps.getResourceId()CfnMethodMixinProps.Builder.resourceId(IResourceRef resourceId) Sets the value ofCfnMethodMixinProps.getResourceId()Sets the value ofCfnMethodMixinProps.getRestApiId()CfnMethodMixinProps.Builder.restApiId(IRestApiRef restApiId) Sets the value ofCfnMethodMixinProps.getRestApiId()Constructors in software.amazon.awscdk.cfnpropertymixins.services.apigateway with parameters of type CfnMethodMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnMethodMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMethodMixinProps.Builder.