| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnMethod.Builder |
CfnMethod.Builder.apiKeyRequired(Boolean apiKeyRequired)
Indicates whether the method requires clients to submit a valid API key.
|
CfnMethod.Builder |
CfnMethod.Builder.apiKeyRequired(IResolvable apiKeyRequired)
Indicates whether the method requires clients to submit a valid API key.
|
CfnMethod.Builder |
CfnMethod.Builder.authorizationScopes(List<String> authorizationScopes)
A list of authorization scopes configured on the method.
|
CfnMethod.Builder |
CfnMethod.Builder.authorizationType(String authorizationType)
The method's authorization type.
|
CfnMethod.Builder |
CfnMethod.Builder.authorizerId(String authorizerId)
The identifier of the [authorizer](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-authorizer.html) to use on this method.
|
static CfnMethod.Builder |
CfnMethod.Builder.create(software.constructs.Construct scope,
String id) |
CfnMethod.Builder |
CfnMethod.Builder.httpMethod(String httpMethod)
The HTTP method that clients use to call this method.
|
CfnMethod.Builder |
CfnMethod.Builder.integration(CfnMethod.IntegrationProperty integration)
The backend system that the method calls when it receives a request.
|
CfnMethod.Builder |
CfnMethod.Builder.integration(IResolvable integration)
The backend system that the method calls when it receives a request.
|
CfnMethod.Builder |
CfnMethod.Builder.methodResponses(IResolvable methodResponses)
The responses that can be sent to the client who calls the method.
|
CfnMethod.Builder |
CfnMethod.Builder.methodResponses(List<? extends Object> methodResponses)
The responses that can be sent to the client who calls the method.
|
CfnMethod.Builder |
CfnMethod.Builder.operationName(String operationName)
A friendly operation name for the method.
|
CfnMethod.Builder |
CfnMethod.Builder.requestModels(IResolvable requestModels)
The resources that are used for the request's content type.
|
CfnMethod.Builder |
CfnMethod.Builder.requestModels(Map<String,String> requestModels)
The resources that are used for the request's content type.
|
CfnMethod.Builder |
CfnMethod.Builder.requestParameters(IResolvable requestParameters)
The request parameters that API Gateway accepts.
|
CfnMethod.Builder |
CfnMethod.Builder.requestParameters(Map<String,? extends Object> requestParameters)
The request parameters that API Gateway accepts.
|
CfnMethod.Builder |
CfnMethod.Builder.requestValidatorId(String requestValidatorId)
The ID of the associated request validator.
|
CfnMethod.Builder |
CfnMethod.Builder.resourceId(String resourceId)
The ID of an API Gateway [resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-resource.html) .
|
CfnMethod.Builder |
CfnMethod.Builder.restApiId(String restApiId)
The ID of the [RestApi](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html) resource in which API Gateway creates the method.
|
Copyright © 2022. All rights reserved.