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