| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfiguration |
ApplicationConfiguration.clone() |
ApplicationConfiguration |
CreateApplicationRequest.getApplicationConfiguration()
Use this parameter to configure the application.
|
ApplicationConfiguration |
ApplicationConfiguration.withApplicationCodeConfiguration(ApplicationCodeConfiguration applicationCodeConfiguration)
The code location and type parameters for a Managed Service for Apache Flink application.
|
ApplicationConfiguration |
ApplicationConfiguration.withApplicationSnapshotConfiguration(ApplicationSnapshotConfiguration applicationSnapshotConfiguration)
Describes whether snapshots are enabled for a Managed Service for Apache Flink application.
|
ApplicationConfiguration |
ApplicationConfiguration.withEnvironmentProperties(EnvironmentProperties environmentProperties)
Describes execution properties for a Managed Service for Apache Flink application.
|
ApplicationConfiguration |
ApplicationConfiguration.withFlinkApplicationConfiguration(FlinkApplicationConfiguration flinkApplicationConfiguration)
The creation and update parameters for a Managed Service for Apache Flink application.
|
ApplicationConfiguration |
ApplicationConfiguration.withSqlApplicationConfiguration(SqlApplicationConfiguration sqlApplicationConfiguration)
The creation and update parameters for a SQL-based Kinesis Data Analytics application.
|
ApplicationConfiguration |
ApplicationConfiguration.withVpcConfigurations(Collection<VpcConfiguration> vpcConfigurations)
The array of descriptions of VPC configurations available to the application.
|
ApplicationConfiguration |
ApplicationConfiguration.withVpcConfigurations(VpcConfiguration... vpcConfigurations)
The array of descriptions of VPC configurations available to the application.
|
ApplicationConfiguration |
ApplicationConfiguration.withZeppelinApplicationConfiguration(ZeppelinApplicationConfiguration zeppelinApplicationConfiguration)
The configuration parameters for a Managed Service for Apache Flink Studio notebook.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateApplicationRequest.setApplicationConfiguration(ApplicationConfiguration applicationConfiguration)
Use this parameter to configure the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withApplicationConfiguration(ApplicationConfiguration applicationConfiguration)
Use this parameter to configure the application.
|
Copyright © 2024. All rights reserved.