Uses of Class
software.amazon.awscdk.services.apigateway.CfnMethodProps.Builder
-
Uses of CfnMethodProps.Builder in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionCfnMethodProps.Builder.apiKeyRequired
(Boolean apiKeyRequired) Sets the value ofCfnMethodProps.getApiKeyRequired()
CfnMethodProps.Builder.apiKeyRequired
(IResolvable apiKeyRequired) Sets the value ofCfnMethodProps.getApiKeyRequired()
CfnMethodProps.Builder.authorizationScopes
(List<String> authorizationScopes) Sets the value ofCfnMethodProps.getAuthorizationScopes()
CfnMethodProps.Builder.authorizationType
(String authorizationType) Sets the value ofCfnMethodProps.getAuthorizationType()
CfnMethodProps.Builder.authorizerId
(String authorizerId) Sets the value ofCfnMethodProps.getAuthorizerId()
static CfnMethodProps.Builder
CfnMethodProps.builder()
CfnMethodProps.Builder.httpMethod
(String httpMethod) Sets the value ofCfnMethodProps.getHttpMethod()
CfnMethodProps.Builder.integration
(IResolvable integration) Sets the value ofCfnMethodProps.getIntegration()
CfnMethodProps.Builder.integration
(CfnMethod.IntegrationProperty integration) Sets the value ofCfnMethodProps.getIntegration()
CfnMethodProps.Builder.methodResponses
(List<? extends Object> methodResponses) Sets the value ofCfnMethodProps.getMethodResponses()
CfnMethodProps.Builder.methodResponses
(IResolvable methodResponses) Sets the value ofCfnMethodProps.getMethodResponses()
CfnMethodProps.Builder.operationName
(String operationName) Sets the value ofCfnMethodProps.getOperationName()
CfnMethodProps.Builder.requestModels
(Map<String, String> requestModels) Sets the value ofCfnMethodProps.getRequestModels()
CfnMethodProps.Builder.requestModels
(IResolvable requestModels) Sets the value ofCfnMethodProps.getRequestModels()
CfnMethodProps.Builder.requestParameters
(Map<String, ? extends Object> requestParameters) Sets the value ofCfnMethodProps.getRequestParameters()
CfnMethodProps.Builder.requestParameters
(IResolvable requestParameters) Sets the value ofCfnMethodProps.getRequestParameters()
CfnMethodProps.Builder.requestValidatorId
(String requestValidatorId) Sets the value ofCfnMethodProps.getRequestValidatorId()
CfnMethodProps.Builder.resourceId
(String resourceId) Sets the value ofCfnMethodProps.getResourceId()
Sets the value ofCfnMethodProps.getRestApiId()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnMethodProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMethodProps.Builder
.