| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static DeployAsApplicationConfiguration.Builder |
DeployAsApplicationConfiguration.builder() |
default DeployAsApplicationConfiguration.Builder |
DeployAsApplicationConfiguration.Builder.s3ContentLocation(Consumer<S3ContentBaseLocation.Builder> s3ContentLocation)
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the
Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the
version number of the Amazon S3 object that contains the data.
|
DeployAsApplicationConfiguration.Builder |
DeployAsApplicationConfiguration.Builder.s3ContentLocation(S3ContentBaseLocation s3ContentLocation)
The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the
Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the
version number of the Amazon S3 object that contains the data.
|
DeployAsApplicationConfiguration.Builder |
DeployAsApplicationConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeployAsApplicationConfiguration.Builder> |
DeployAsApplicationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ZeppelinApplicationConfiguration.Builder |
ZeppelinApplicationConfiguration.Builder.deployAsApplicationConfiguration(Consumer<DeployAsApplicationConfiguration.Builder> deployAsApplicationConfiguration)
The information required to deploy a Kinesis Data Analytics Studio notebook as an application with durable
state.
|
Copyright © 2022. All rights reserved.