@Stability(value=Experimental) public static final class SparkUIProps.Builder extends Object implements software.amazon.jsii.Builder<SparkUIProps>
SparkUIProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SparkUIProps.Builder |
bucket(IBucket bucket)
Sets the value of
SparkUIProps.getBucket() |
SparkUIProps |
build()
Builds the configured instance.
|
SparkUIProps.Builder |
enabled(Boolean enabled)
Sets the value of
SparkUIProps.getEnabled() |
SparkUIProps.Builder |
prefix(String prefix)
Sets the value of
SparkUIProps.getPrefix() |
@Stability(value=Experimental) public SparkUIProps.Builder enabled(Boolean enabled)
SparkUIProps.getEnabled()enabled - Enable Spark UI. This parameter is required.this@Stability(value=Experimental) public SparkUIProps.Builder bucket(IBucket bucket)
SparkUIProps.getBucket()bucket - The bucket where the Glue job stores the logs.this@Stability(value=Experimental) public SparkUIProps.Builder prefix(String prefix)
SparkUIProps.getPrefix()prefix - The path inside the bucket (objects prefix) where the Glue job stores the logs.this@Stability(value=Experimental) public SparkUIProps build()
build in interface software.amazon.jsii.Builder<SparkUIProps>SparkUIPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.