public static interface ApplicationConfiguration.Builder extends SdkPojo, CopyableBuilder<ApplicationConfiguration.Builder,ApplicationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfiguration.Builder |
applicationCodeConfiguration(ApplicationCodeConfiguration applicationCodeConfiguration)
The code location and type parameters for a Flink-based Kinesis Data Analytics application.
|
default ApplicationConfiguration.Builder |
applicationCodeConfiguration(Consumer<ApplicationCodeConfiguration.Builder> applicationCodeConfiguration)
The code location and type parameters for a Flink-based Kinesis Data Analytics application.
|
ApplicationConfiguration.Builder |
applicationSnapshotConfiguration(ApplicationSnapshotConfiguration applicationSnapshotConfiguration)
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
|
default ApplicationConfiguration.Builder |
applicationSnapshotConfiguration(Consumer<ApplicationSnapshotConfiguration.Builder> applicationSnapshotConfiguration)
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
|
default ApplicationConfiguration.Builder |
environmentProperties(Consumer<EnvironmentProperties.Builder> environmentProperties)
Describes execution properties for a Flink-based Kinesis Data Analytics application.
|
ApplicationConfiguration.Builder |
environmentProperties(EnvironmentProperties environmentProperties)
Describes execution properties for a Flink-based Kinesis Data Analytics application.
|
default ApplicationConfiguration.Builder |
flinkApplicationConfiguration(Consumer<FlinkApplicationConfiguration.Builder> flinkApplicationConfiguration)
The creation and update parameters for a Flink-based Kinesis Data Analytics application.
|
ApplicationConfiguration.Builder |
flinkApplicationConfiguration(FlinkApplicationConfiguration flinkApplicationConfiguration)
The creation and update parameters for a Flink-based Kinesis Data Analytics application.
|
default ApplicationConfiguration.Builder |
sqlApplicationConfiguration(Consumer<SqlApplicationConfiguration.Builder> sqlApplicationConfiguration)
The creation and update parameters for a SQL-based Kinesis Data Analytics application.
|
ApplicationConfiguration.Builder |
sqlApplicationConfiguration(SqlApplicationConfiguration sqlApplicationConfiguration)
The creation and update parameters for a SQL-based Kinesis Data Analytics application.
|
ApplicationConfiguration.Builder |
vpcConfigurations(Collection<VpcConfiguration> vpcConfigurations)
The array of descriptions of VPC configurations available to the application.
|
ApplicationConfiguration.Builder |
vpcConfigurations(Consumer<VpcConfiguration.Builder>... vpcConfigurations)
The array of descriptions of VPC configurations available to the application.
|
ApplicationConfiguration.Builder |
vpcConfigurations(VpcConfiguration... vpcConfigurations)
The array of descriptions of VPC configurations available to the application.
|
default ApplicationConfiguration.Builder |
zeppelinApplicationConfiguration(Consumer<ZeppelinApplicationConfiguration.Builder> zeppelinApplicationConfiguration)
The configuration parameters for a Kinesis Data Analytics Studio notebook.
|
ApplicationConfiguration.Builder |
zeppelinApplicationConfiguration(ZeppelinApplicationConfiguration zeppelinApplicationConfiguration)
The configuration parameters for a Kinesis Data Analytics Studio notebook.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationConfiguration.Builder sqlApplicationConfiguration(SqlApplicationConfiguration sqlApplicationConfiguration)
The creation and update parameters for a SQL-based Kinesis Data Analytics application.
sqlApplicationConfiguration - The creation and update parameters for a SQL-based Kinesis Data Analytics application.default ApplicationConfiguration.Builder sqlApplicationConfiguration(Consumer<SqlApplicationConfiguration.Builder> sqlApplicationConfiguration)
The creation and update parameters for a SQL-based Kinesis Data Analytics application.
This is a convenience method that creates an instance of theSqlApplicationConfiguration.Builder
avoiding the need to create one manually via SqlApplicationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sqlApplicationConfiguration(SqlApplicationConfiguration).
sqlApplicationConfiguration - a consumer that will call methods on SqlApplicationConfiguration.BuildersqlApplicationConfiguration(SqlApplicationConfiguration)ApplicationConfiguration.Builder flinkApplicationConfiguration(FlinkApplicationConfiguration flinkApplicationConfiguration)
The creation and update parameters for a Flink-based Kinesis Data Analytics application.
flinkApplicationConfiguration - The creation and update parameters for a Flink-based Kinesis Data Analytics application.default ApplicationConfiguration.Builder flinkApplicationConfiguration(Consumer<FlinkApplicationConfiguration.Builder> flinkApplicationConfiguration)
The creation and update parameters for a Flink-based Kinesis Data Analytics application.
This is a convenience method that creates an instance of theFlinkApplicationConfiguration.Builder
avoiding the need to create one manually via FlinkApplicationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to flinkApplicationConfiguration(FlinkApplicationConfiguration).
flinkApplicationConfiguration - a consumer that will call methods on FlinkApplicationConfiguration.BuilderflinkApplicationConfiguration(FlinkApplicationConfiguration)ApplicationConfiguration.Builder environmentProperties(EnvironmentProperties environmentProperties)
Describes execution properties for a Flink-based Kinesis Data Analytics application.
environmentProperties - Describes execution properties for a Flink-based Kinesis Data Analytics application.default ApplicationConfiguration.Builder environmentProperties(Consumer<EnvironmentProperties.Builder> environmentProperties)
Describes execution properties for a Flink-based Kinesis Data Analytics application.
This is a convenience method that creates an instance of theEnvironmentProperties.Builder avoiding
the need to create one manually via EnvironmentProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to environmentProperties(EnvironmentProperties).
environmentProperties - a consumer that will call methods on EnvironmentProperties.BuilderenvironmentProperties(EnvironmentProperties)ApplicationConfiguration.Builder applicationCodeConfiguration(ApplicationCodeConfiguration applicationCodeConfiguration)
The code location and type parameters for a Flink-based Kinesis Data Analytics application.
applicationCodeConfiguration - The code location and type parameters for a Flink-based Kinesis Data Analytics application.default ApplicationConfiguration.Builder applicationCodeConfiguration(Consumer<ApplicationCodeConfiguration.Builder> applicationCodeConfiguration)
The code location and type parameters for a Flink-based Kinesis Data Analytics application.
This is a convenience method that creates an instance of theApplicationCodeConfiguration.Builder
avoiding the need to create one manually via ApplicationCodeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to applicationCodeConfiguration(ApplicationCodeConfiguration).
applicationCodeConfiguration - a consumer that will call methods on ApplicationCodeConfiguration.BuilderapplicationCodeConfiguration(ApplicationCodeConfiguration)ApplicationConfiguration.Builder applicationSnapshotConfiguration(ApplicationSnapshotConfiguration applicationSnapshotConfiguration)
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
applicationSnapshotConfiguration - Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.default ApplicationConfiguration.Builder applicationSnapshotConfiguration(Consumer<ApplicationSnapshotConfiguration.Builder> applicationSnapshotConfiguration)
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
This is a convenience method that creates an instance of theApplicationSnapshotConfiguration.Builder
avoiding the need to create one manually via ApplicationSnapshotConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
applicationSnapshotConfiguration(ApplicationSnapshotConfiguration).
applicationSnapshotConfiguration - a consumer that will call methods on ApplicationSnapshotConfiguration.BuilderapplicationSnapshotConfiguration(ApplicationSnapshotConfiguration)ApplicationConfiguration.Builder vpcConfigurations(Collection<VpcConfiguration> vpcConfigurations)
The array of descriptions of VPC configurations available to the application.
vpcConfigurations - The array of descriptions of VPC configurations available to the application.ApplicationConfiguration.Builder vpcConfigurations(VpcConfiguration... vpcConfigurations)
The array of descriptions of VPC configurations available to the application.
vpcConfigurations - The array of descriptions of VPC configurations available to the application.ApplicationConfiguration.Builder vpcConfigurations(Consumer<VpcConfiguration.Builder>... vpcConfigurations)
The array of descriptions of VPC configurations available to the application.
This is a convenience method that creates an instance of theVpcConfiguration.Builder avoiding the need
to create one manually via
VpcConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #vpcConfigurations(List.
vpcConfigurations - a consumer that will call methods on
VpcConfiguration.Builder#vpcConfigurations(java.util.Collection) ApplicationConfiguration.Builder zeppelinApplicationConfiguration(ZeppelinApplicationConfiguration zeppelinApplicationConfiguration)
The configuration parameters for a Kinesis Data Analytics Studio notebook.
zeppelinApplicationConfiguration - The configuration parameters for a Kinesis Data Analytics Studio notebook.default ApplicationConfiguration.Builder zeppelinApplicationConfiguration(Consumer<ZeppelinApplicationConfiguration.Builder> zeppelinApplicationConfiguration)
The configuration parameters for a Kinesis Data Analytics Studio notebook.
This is a convenience method that creates an instance of theZeppelinApplicationConfiguration.Builder
avoiding the need to create one manually via ZeppelinApplicationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
zeppelinApplicationConfiguration(ZeppelinApplicationConfiguration).
zeppelinApplicationConfiguration - a consumer that will call methods on ZeppelinApplicationConfiguration.BuilderzeppelinApplicationConfiguration(ZeppelinApplicationConfiguration)Copyright © 2022. All rights reserved.