@Stability(value=Experimental) @Internal public static final class DomainsConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DomainsConfig
DomainsConfigsoftware.amazon.jsii.JsiiObject.InitializationModeDomainsConfig.Builder, DomainsConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(DomainsConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DomainsConfig.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 |
getDomainFileUrl()
(experimental) The fully qualified URL or URI of the file stored in Amazon S3 that contains the list of domains to import.
|
List<String> |
getDomains()
(experimental) A list of domains.
|
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(DomainsConfig.Builder builder)
DomainsConfig.Builder.public final String getDomainFileUrl()
DomainsConfig
The file must be a text file and must contain
a single domain per line. The content type of the S3 object must be plain/text.
Default: - use `domains`
getDomainFileUrl in interface DomainsConfigpublic final List<String> getDomains()
DomainsConfigDefault: - use `domainFileUrl`
getDomains in interface DomainsConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.