@Stability(value=Stable)
public static interface CfnDataSource.SparkParametersProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.SparkParametersProperty.Builder
A builder for
CfnDataSource.SparkParametersProperty |
static class |
CfnDataSource.SparkParametersProperty.Jsii$Proxy
An implementation for
CfnDataSource.SparkParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.SparkParametersProperty.Builder |
builder() |
String |
getHost()
Host.
|
Number |
getPort()
Port.
|
@Stability(value=Stable) @NotNull String getHost()
@Stability(value=Stable) @NotNull Number getPort()
@Stability(value=Stable) static CfnDataSource.SparkParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.