@Stability(value=Stable) public static final class CfnIntegrationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnIntegrationProps>
CfnIntegrationProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnIntegrationProps.Builder apiId(String apiId)
CfnIntegrationProps.getApiId()apiId - `AWS::ApiGatewayV2::Integration.ApiId`. This parameter is required.this@Stability(value=Stable) public CfnIntegrationProps.Builder integrationType(String integrationType)
CfnIntegrationProps.getIntegrationType()integrationType - `AWS::ApiGatewayV2::Integration.IntegrationType`. This parameter is required.this@Stability(value=Stable) public CfnIntegrationProps.Builder connectionId(String connectionId)
CfnIntegrationProps.getConnectionId()connectionId - `AWS::ApiGatewayV2::Integration.ConnectionId`.this@Stability(value=Stable) public CfnIntegrationProps.Builder connectionType(String connectionType)
CfnIntegrationProps.getConnectionType()connectionType - `AWS::ApiGatewayV2::Integration.ConnectionType`.this@Stability(value=Stable) public CfnIntegrationProps.Builder contentHandlingStrategy(String contentHandlingStrategy)
CfnIntegrationProps.getContentHandlingStrategy()contentHandlingStrategy - `AWS::ApiGatewayV2::Integration.ContentHandlingStrategy`.this@Stability(value=Stable) public CfnIntegrationProps.Builder credentialsArn(String credentialsArn)
CfnIntegrationProps.getCredentialsArn()credentialsArn - `AWS::ApiGatewayV2::Integration.CredentialsArn`.this@Stability(value=Stable) public CfnIntegrationProps.Builder description(String description)
CfnIntegrationProps.getDescription()description - `AWS::ApiGatewayV2::Integration.Description`.this@Stability(value=Stable) public CfnIntegrationProps.Builder integrationMethod(String integrationMethod)
CfnIntegrationProps.getIntegrationMethod()integrationMethod - `AWS::ApiGatewayV2::Integration.IntegrationMethod`.this@Stability(value=Stable) public CfnIntegrationProps.Builder integrationSubtype(String integrationSubtype)
CfnIntegrationProps.getIntegrationSubtype()integrationSubtype - `AWS::ApiGatewayV2::Integration.IntegrationSubtype`.this@Stability(value=Stable) public CfnIntegrationProps.Builder integrationUri(String integrationUri)
CfnIntegrationProps.getIntegrationUri()integrationUri - `AWS::ApiGatewayV2::Integration.IntegrationUri`.this@Stability(value=Stable) public CfnIntegrationProps.Builder passthroughBehavior(String passthroughBehavior)
CfnIntegrationProps.getPassthroughBehavior()passthroughBehavior - `AWS::ApiGatewayV2::Integration.PassthroughBehavior`.this@Stability(value=Stable) public CfnIntegrationProps.Builder payloadFormatVersion(String payloadFormatVersion)
CfnIntegrationProps.getPayloadFormatVersion()payloadFormatVersion - `AWS::ApiGatewayV2::Integration.PayloadFormatVersion`.this@Stability(value=Stable) public CfnIntegrationProps.Builder requestParameters(Object requestParameters)
CfnIntegrationProps.getRequestParameters()requestParameters - `AWS::ApiGatewayV2::Integration.RequestParameters`.this@Stability(value=Stable) public CfnIntegrationProps.Builder requestTemplates(Object requestTemplates)
CfnIntegrationProps.getRequestTemplates()requestTemplates - `AWS::ApiGatewayV2::Integration.RequestTemplates`.this@Stability(value=Stable) public CfnIntegrationProps.Builder responseParameters(Object responseParameters)
CfnIntegrationProps.getResponseParameters()responseParameters - `AWS::ApiGatewayV2::Integration.ResponseParameters`.this@Stability(value=Stable) public CfnIntegrationProps.Builder templateSelectionExpression(String templateSelectionExpression)
CfnIntegrationProps.getTemplateSelectionExpression()templateSelectionExpression - `AWS::ApiGatewayV2::Integration.TemplateSelectionExpression`.this@Stability(value=Stable) public CfnIntegrationProps.Builder timeoutInMillis(Number timeoutInMillis)
CfnIntegrationProps.getTimeoutInMillis()timeoutInMillis - `AWS::ApiGatewayV2::Integration.TimeoutInMillis`.this@Stability(value=Stable) public CfnIntegrationProps.Builder tlsConfig(CfnIntegration.TlsConfigProperty tlsConfig)
CfnIntegrationProps.getTlsConfig()tlsConfig - `AWS::ApiGatewayV2::Integration.TlsConfig`.this@Stability(value=Stable) public CfnIntegrationProps.Builder tlsConfig(IResolvable tlsConfig)
CfnIntegrationProps.getTlsConfig()tlsConfig - `AWS::ApiGatewayV2::Integration.TlsConfig`.this@Stability(value=Stable) public CfnIntegrationProps build()
build in interface software.amazon.jsii.Builder<CfnIntegrationProps>CfnIntegrationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.