Class HttpPrivateIntegrationOptions.Builder
java.lang.Object
software.amazon.awscdk.services.apigatewayv2.integrations.HttpPrivateIntegrationOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<HttpPrivateIntegrationOptions>
- Enclosing interface:
- HttpPrivateIntegrationOptions
@Stability(Experimental)
public static final class HttpPrivateIntegrationOptions.Builder
extends Object
implements software.amazon.jsii.Builder<HttpPrivateIntegrationOptions>
A builder for
HttpPrivateIntegrationOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.method(HttpMethod method) Sets the value ofHttpPrivateIntegrationOptions.getMethod()parameterMapping(ParameterMapping parameterMapping) Sets the value ofHttpPrivateIntegrationOptions.getParameterMapping()secureServerName(String secureServerName) Sets the value ofHttpPrivateIntegrationOptions.getSecureServerName()Sets the value ofHttpPrivateIntegrationOptions.getVpcLink()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
method
Sets the value ofHttpPrivateIntegrationOptions.getMethod()- Parameters:
method- The HTTP method that must be used to invoke the underlying HTTP proxy.- Returns:
this
-
parameterMapping
@Stability(Experimental) public HttpPrivateIntegrationOptions.Builder parameterMapping(ParameterMapping parameterMapping) Sets the value ofHttpPrivateIntegrationOptions.getParameterMapping()- Parameters:
parameterMapping- Specifies how to transform HTTP requests before sending them to the backend.- Returns:
this
-
secureServerName
@Stability(Experimental) public HttpPrivateIntegrationOptions.Builder secureServerName(String secureServerName) Sets the value ofHttpPrivateIntegrationOptions.getSecureServerName()- Parameters:
secureServerName- Specifies the server name to verified by HTTPS when calling the backend integration.- Returns:
this
-
vpcLink
Sets the value ofHttpPrivateIntegrationOptions.getVpcLink()- Parameters:
vpcLink- The vpc link to be used for the private integration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<HttpPrivateIntegrationOptions>- Returns:
- a new instance of
HttpPrivateIntegrationOptions - Throws:
NullPointerException- if any required attribute was not provided
-