public static final class SparkUILoggingLocation.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SparkUILoggingLocation
SparkUILoggingLocation
SparkUILoggingLocation.Builder, SparkUILoggingLocation.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
IBucket |
getBucket()
(experimental) The bucket where the Glue job stores the logs.
|
java.lang.String |
getPrefix()
(experimental) The path inside the bucket (objects prefix) where the Glue job stores the logs.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IBucket getBucket()
SparkUILoggingLocation
getBucket
in interface SparkUILoggingLocation
public final java.lang.String getPrefix()
SparkUILoggingLocation
Default: '/' - the logs will be written at the root of the bucket
getPrefix
in interface SparkUILoggingLocation
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()