Class GenericApiGatewayRequestBuilder
java.lang.Object
org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate InputStreamprivate com.amazonaws.http.HttpMethodNameprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()booleanhasBody()withBody(InputStream content) withHeaders(Map<String, String> headers) withHttpMethod(com.amazonaws.http.HttpMethodName name) withParameters(Map<String, List<String>> parameters) withResourcePath(String path)
-
Field Details
-
httpMethod
private com.amazonaws.http.HttpMethodName httpMethod -
resourcePath
-
body
-
headers
-
parameters
-
-
Constructor Details
-
GenericApiGatewayRequestBuilder
public GenericApiGatewayRequestBuilder()
-
-
Method Details
-
withHttpMethod
-
withResourcePath
-
withBody
-
withHeaders
-
withParameters
-
hasBody
public boolean hasBody() -
build
-