Uses of Interface
software.amazon.awssdk.services.apigateway.model.Method.Builder
Packages that use Method.Builder
-
Uses of Method.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return Method.BuilderModifier and TypeMethodDescriptionMethod.Builder.apiKeyRequired(Boolean apiKeyRequired) A boolean flag specifying whether a valid ApiKey is required to invoke this method.Method.Builder.authorizationScopes(String... authorizationScopes) A list of authorization scopes configured on the method.Method.Builder.authorizationScopes(Collection<String> authorizationScopes) A list of authorization scopes configured on the method.Method.Builder.authorizationType(String authorizationType) The method's authorization type.Method.Builder.authorizerId(String authorizerId) The identifier of an Authorizer to use on this method.static Method.BuilderMethod.builder()Method.Builder.httpMethod(String httpMethod) The method's HTTP verb.default Method.BuilderMethod.Builder.methodIntegration(Consumer<Integration.Builder> methodIntegration) Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.Method.Builder.methodIntegration(Integration methodIntegration) Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.Method.Builder.methodResponses(Map<String, MethodResponse> methodResponses) Gets a method response associated with a given HTTP status code.Method.Builder.operationName(String operationName) A human-friendly operation identifier for the method.Method.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).Method.Builder.requestParameters(Map<String, Boolean> requestParameters) A key-value map defining required or optional method request parameters that can be accepted by API Gateway.Method.Builder.requestValidatorId(String requestValidatorId) The identifier of a RequestValidator for request validation.Method.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type Method.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Method.Builder>Method.serializableBuilderClass()