Class SparkUILoggingLocation.Builder
java.lang.Object
software.amazon.awscdk.services.glue.alpha.SparkUILoggingLocation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SparkUILoggingLocation>
- Enclosing interface:
SparkUILoggingLocation
@Stability(Deprecated)
@Deprecated
public static final class SparkUILoggingLocation.Builder
extends Object
implements software.amazon.jsii.Builder<SparkUILoggingLocation>
Deprecated.
A builder for
SparkUILoggingLocation-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
bucket
Deprecated.Sets the value ofSparkUILoggingLocation.getBucket()- Parameters:
bucket- The bucket where the Glue job stores the logs. This parameter is required.- Returns:
this
-
prefix
Deprecated.Sets the value ofSparkUILoggingLocation.getPrefix()- Parameters:
prefix- The path inside the bucket (objects prefix) where the Glue job stores the logs.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SparkUILoggingLocation>- Returns:
- a new instance of
SparkUILoggingLocation - Throws:
NullPointerException- if any required attribute was not provided
-