Interface CfnDataSource.SparkParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.SparkParametersProperty.Jsii$Proxy
- Enclosing class:
- CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.SparkParametersProperty
extends software.amazon.jsii.JsiiSerializable
The parameters for Spark.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.quicksight.*; SparkParametersProperty sparkParametersProperty = SparkParametersProperty.builder() .host("host") .port(123) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataSource.SparkParametersProperty
static final class
An implementation forCfnDataSource.SparkParametersProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHost
Host. -
getPort
Port. -
builder
-