Java com.amazonaws.services.apigateway.model PutIntegrationRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.apigateway.model PutIntegrationRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.apigateway.model PutIntegrationRequest.

The text is from its open source code.

Constructor

Method

voidsetCredentials(String credentials)

Specifies whether credentials are required for a put integration.

voidsetHttpMethod(String httpMethod)

[Required] Specifies a put integration request's HTTP method.

voidsetIntegrationHttpMethod(String integrationHttpMethod)

Specifies a put integration HTTP method.

voidsetRequestParameters(java.util.Map requestParameters)

A key-value map specifying request parameters that are passed from the method request to the back end.

voidsetRequestTemplates(java.util.Map requestTemplates)

Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client.

voidsetResourceId(String resourceId)

[Required] Specifies a put integration request's resource ID.

voidsetRestApiId(String restApiId)

[Required] The string identifier of the associated RestApi.

voidsetType(String type)

[Required] Specifies a put integration input's type.

voidsetType(IntegrationType type)

[Required] Specifies a put integration input's type.

voidsetUri(String uri)

Specifies Uniform Resource Identifier (URI) of the integration endpoint.