Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnMethodPropsMixin.Builder
Packages that use CfnMethodPropsMixin.Builder
-
Uses of CfnMethodPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigateway
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigateway that return CfnMethodPropsMixin.BuilderModifier and TypeMethodDescriptionCfnMethodPropsMixin.Builder.apiKeyRequired(Boolean apiKeyRequired) A boolean flag specifying whether a valid ApiKey is required to invoke this method.CfnMethodPropsMixin.Builder.apiKeyRequired(IResolvable apiKeyRequired) A boolean flag specifying whether a valid ApiKey is required to invoke this method.CfnMethodPropsMixin.Builder.authorizationScopes(List<String> authorizationScopes) A list of authorization scopes configured on the method.CfnMethodPropsMixin.Builder.authorizationType(String authorizationType) The method's authorization type.CfnMethodPropsMixin.Builder.authorizerId(String authorizerId) The identifier of an authorizer to use on this method.CfnMethodPropsMixin.Builder.authorizerId(IAuthorizerRef authorizerId) The identifier of an authorizer to use on this method.static CfnMethodPropsMixin.BuilderCfnMethodPropsMixin.Builder.create()static CfnMethodPropsMixin.BuilderCfnMethodPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnMethodPropsMixin.Builder.httpMethod(String httpMethod) The method's HTTP verb.CfnMethodPropsMixin.Builder.integration(CfnMethodPropsMixin.IntegrationProperty integration) Represents anHTTP,HTTP_PROXY,AWS,AWS_PROXY, or Mock integration.CfnMethodPropsMixin.Builder.integration(IResolvable integration) Represents anHTTP,HTTP_PROXY,AWS,AWS_PROXY, or Mock integration.CfnMethodPropsMixin.Builder.methodResponses(List<? extends Object> methodResponses) Gets a method response associated with a given HTTP status code.CfnMethodPropsMixin.Builder.methodResponses(IResolvable methodResponses) Gets a method response associated with a given HTTP status code.CfnMethodPropsMixin.Builder.operationName(String operationName) A human-friendly operation identifier for the method.CfnMethodPropsMixin.Builder.requestModels(Map<String, String> requestModels) A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).CfnMethodPropsMixin.Builder.requestModels(IResolvable requestModels) A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).CfnMethodPropsMixin.Builder.requestParameters(Map<String, ? extends Object> requestParameters) A key-value map defining required or optional method request parameters that can be accepted by API Gateway.CfnMethodPropsMixin.Builder.requestParameters(IResolvable requestParameters) A key-value map defining required or optional method request parameters that can be accepted by API Gateway.CfnMethodPropsMixin.Builder.requestValidatorId(String requestValidatorId) The identifier of a RequestValidator for request validation.CfnMethodPropsMixin.Builder.requestValidatorId(IRequestValidatorRef requestValidatorId) The identifier of a RequestValidator for request validation.CfnMethodPropsMixin.Builder.resourceId(String resourceId) The Resource identifier for the MethodResponse resource.CfnMethodPropsMixin.Builder.resourceId(IResourceRef resourceId) The Resource identifier for the MethodResponse resource.The string identifier of the associated RestApi.CfnMethodPropsMixin.Builder.restApiId(IRestApiRef restApiId) The string identifier of the associated RestApi.