Class HttpNlbIntegrationProps.Builder
java.lang.Object
software.amazon.awscdk.services.apigatewayv2.integrations.HttpNlbIntegrationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<HttpNlbIntegrationProps>
- Enclosing interface:
- HttpNlbIntegrationProps
@Stability(Experimental)
public static final class HttpNlbIntegrationProps.Builder
extends Object
implements software.amazon.jsii.Builder<HttpNlbIntegrationProps>
A builder for
HttpNlbIntegrationProps
-
Constructor Summary
-
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 HttpNlbIntegrationProps.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 HttpNlbIntegrationProps.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:
build
in interfacesoftware.amazon.jsii.Builder<HttpNlbIntegrationProps>
- Returns:
- a new instance of
HttpNlbIntegrationProps
- Throws:
NullPointerException
- if any required attribute was not provided
-