@Stability(value=Experimental) @Internal public static final class ProxyResourceOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ProxyResourceOptions
ProxyResourceOptionssoftware.amazon.jsii.JsiiObject.InitializationModeProxyResourceOptions.Builder, ProxyResourceOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean anyMethod,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions)
Constructor that initializes the object based on literal property values passed by the
ProxyResourceOptions.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) |
Boolean |
getAnyMethod()
(experimental) Adds an "ANY" method to this resource.
|
CorsOptions |
getDefaultCorsPreflightOptions()
(experimental) Adds a CORS preflight OPTIONS method to this resource and all child resources.
|
Integration |
getDefaultIntegration()
(experimental) An integration to use as a default for all methods created within this API unless an integration is specified.
|
MethodOptions |
getDefaultMethodOptions()
(experimental) Method options to use as a default for all methods created within this API unless custom options are specified.
|
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(Boolean anyMethod, CorsOptions defaultCorsPreflightOptions, Integration defaultIntegration, MethodOptions defaultMethodOptions)
ProxyResourceOptions.Builder.public final Boolean getAnyMethod()
ProxyResourceOptions
If set to false, you will have to explicitly
add methods to this resource after it's created.
Default: true
getAnyMethod in interface ProxyResourceOptionspublic final CorsOptions getDefaultCorsPreflightOptions()
ResourceOptions
You can add CORS at the resource-level using addCorsPreflight.
Default: - CORS is disabled
getDefaultCorsPreflightOptions in interface ResourceOptionspublic final Integration getDefaultIntegration()
ResourceOptionsDefault: - Inherited from parent.
getDefaultIntegration in interface ResourceOptionspublic final MethodOptions getDefaultMethodOptions()
ResourceOptionsDefault: - Inherited from parent.
getDefaultMethodOptions in interface ResourceOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.