@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:41.142Z") @Stability(value=Deprecated) @Deprecated public interface CfnIntegrationV2Props extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
Object requestParameters;
Object requestTemplates;
CfnIntegrationV2Props cfnIntegrationV2Props = CfnIntegrationV2Props.builder()
.apiId("apiId")
.integrationType("integrationType")
// the properties below are optional
.connectionType("connectionType")
.contentHandlingStrategy("contentHandlingStrategy")
.credentialsArn("credentialsArn")
.description("description")
.integrationMethod("integrationMethod")
.integrationUri("integrationUri")
.passthroughBehavior("passthroughBehavior")
.payloadFormatVersion("payloadFormatVersion")
.requestParameters(requestParameters)
.requestTemplates(requestTemplates)
.templateSelectionExpression("templateSelectionExpression")
.timeoutInMillis(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegrationV2Props.Builder
Deprecated.
|
static class |
CfnIntegrationV2Props.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegrationV2Props.Builder |
builder()
Deprecated.
|
String |
getApiId()
Deprecated.
|
default String |
getConnectionType()
Deprecated.
|
default String |
getContentHandlingStrategy()
Deprecated.
|
default String |
getCredentialsArn()
Deprecated.
|
default String |
getDescription()
Deprecated.
|
default String |
getIntegrationMethod()
Deprecated.
|
String |
getIntegrationType()
Deprecated.
|
default String |
getIntegrationUri()
Deprecated.
|
default String |
getPassthroughBehavior()
Deprecated.
|
default String |
getPayloadFormatVersion()
Deprecated.
|
default Object |
getRequestParameters()
Deprecated.
|
default Object |
getRequestTemplates()
Deprecated.
|
default String |
getTemplateSelectionExpression()
Deprecated.
|
default Number |
getTimeoutInMillis()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getApiId()
@Stability(value=Deprecated) @Deprecated @NotNull String getIntegrationType()
@Stability(value=Deprecated) @Deprecated @Nullable default String getConnectionType()
@Stability(value=Deprecated) @Deprecated @Nullable default String getContentHandlingStrategy()
@Stability(value=Deprecated) @Deprecated @Nullable default String getCredentialsArn()
@Stability(value=Deprecated) @Deprecated @Nullable default String getDescription()
@Stability(value=Deprecated) @Deprecated @Nullable default String getIntegrationMethod()
@Stability(value=Deprecated) @Deprecated @Nullable default String getIntegrationUri()
@Stability(value=Deprecated) @Deprecated @Nullable default String getPassthroughBehavior()
@Stability(value=Deprecated) @Deprecated @Nullable default String getPayloadFormatVersion()
@Stability(value=Deprecated) @Deprecated @Nullable default Object getRequestParameters()
@Stability(value=Deprecated) @Deprecated @Nullable default Object getRequestTemplates()
@Stability(value=Deprecated) @Deprecated @Nullable default String getTemplateSelectionExpression()
@Stability(value=Deprecated) @Deprecated @Nullable default Number getTimeoutInMillis()
@Stability(value=Deprecated) @Deprecated static CfnIntegrationV2Props.Builder builder()
CfnIntegrationV2Props.Builder of CfnIntegrationV2PropsCopyright © 2022. All rights reserved.