@Stability(value=Experimental) @Internal public static final class IntegrationConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IntegrationConfig
IntegrationConfigsoftware.amazon.jsii.JsiiObject.InitializationModeIntegrationConfig.Builder, IntegrationConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IntegrationType type,
String deploymentToken,
String integrationHttpMethod,
IntegrationOptions options,
String uri)
Constructor that initializes the object based on literal property values passed by the
IntegrationConfig.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDeploymentToken()
(experimental) This value is included in computing the Deployment's fingerprint.
|
String |
getIntegrationHttpMethod()
(experimental) The integration's HTTP method type.
|
IntegrationOptions |
getOptions()
(experimental) Integration options.
|
IntegrationType |
getType()
(experimental) Specifies an API method integration type.
|
String |
getUri()
(experimental) The Uniform Resource Identifier (URI) for the integration.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IntegrationType type, String deploymentToken, String integrationHttpMethod, IntegrationOptions options, String uri)
IntegrationConfig.Builder.public final IntegrationType getType()
IntegrationConfiggetType in interface IntegrationConfigpublic final String getDeploymentToken()
IntegrationConfigWhen the fingerprint changes, a new deployment is triggered. This property should contain values associated with the Integration that upon changing should trigger a fresh the Deployment needs to be refreshed.
Default: undefined deployments are not triggered for any change to this integration.
getDeploymentToken in interface IntegrationConfigpublic final String getIntegrationHttpMethod()
IntegrationConfigDefault: - no integration method specified.
getIntegrationHttpMethod in interface IntegrationConfigpublic final IntegrationOptions getOptions()
IntegrationConfigDefault: - no integration options
getOptions in interface IntegrationConfigpublic final String getUri()
IntegrationConfigDefault: - no URI. Usually applies to MOCK integration
getUri in interface IntegrationConfighttps://docs.aws.amazon.com/apigateway/api-reference/resource/integration/#uri@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.