Class CfnIntegration.ResponseParameterMapProperty.Builder
java.lang.Object
software.amazon.awscdk.services.apigatewayv2.CfnIntegration.ResponseParameterMapProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegration.ResponseParameterMapProperty>
- Enclosing interface:
CfnIntegration.ResponseParameterMapProperty
@Stability(Stable)
public static final class CfnIntegration.ResponseParameterMapProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegration.ResponseParameterMapProperty>
A builder for
CfnIntegration.ResponseParameterMapProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.responseParameters(List<? extends Object> responseParameters) Sets the value ofCfnIntegration.ResponseParameterMapProperty.getResponseParameters()responseParameters(IResolvable responseParameters) Sets the value ofCfnIntegration.ResponseParameterMapProperty.getResponseParameters()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
responseParameters
@Stability(Stable) public CfnIntegration.ResponseParameterMapProperty.Builder responseParameters(IResolvable responseParameters) Sets the value ofCfnIntegration.ResponseParameterMapProperty.getResponseParameters()- Parameters:
responseParameters- list of response parameters.- Returns:
this
-
responseParameters
@Stability(Stable) public CfnIntegration.ResponseParameterMapProperty.Builder responseParameters(List<? extends Object> responseParameters) Sets the value ofCfnIntegration.ResponseParameterMapProperty.getResponseParameters()- Parameters:
responseParameters- list of response parameters.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntegration.ResponseParameterMapProperty>- Returns:
- a new instance of
CfnIntegration.ResponseParameterMapProperty - Throws:
NullPointerException- if any required attribute was not provided
-