@Stability(value=Experimental) public static final class HttpIntegrationProps.Builder extends Object implements software.amazon.jsii.Builder<HttpIntegrationProps>
HttpIntegrationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HttpIntegrationProps |
build()
Builds the configured instance.
|
HttpIntegrationProps.Builder |
httpMethod(String httpMethod)
Sets the value of
HttpIntegrationProps.getHttpMethod() |
HttpIntegrationProps.Builder |
options(IntegrationOptions options)
Sets the value of
HttpIntegrationProps.getOptions() |
HttpIntegrationProps.Builder |
proxy(Boolean proxy)
Sets the value of
HttpIntegrationProps.getProxy() |
@Stability(value=Experimental) public HttpIntegrationProps.Builder httpMethod(String httpMethod)
HttpIntegrationProps.getHttpMethod()httpMethod - HTTP method to use when invoking the backend URL.this@Stability(value=Experimental) public HttpIntegrationProps.Builder options(IntegrationOptions options)
HttpIntegrationProps.getOptions()options - Integration options, such as request/resopnse mapping, content handling, etc.this@Stability(value=Experimental) public HttpIntegrationProps.Builder proxy(Boolean proxy)
HttpIntegrationProps.getProxy()proxy - Determines whether to use proxy integration or custom integration.this@Stability(value=Experimental) public HttpIntegrationProps build()
build in interface software.amazon.jsii.Builder<HttpIntegrationProps>HttpIntegrationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.