public static interface ApplicationConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<ApplicationConfigurationUpdate.Builder,ApplicationConfigurationUpdate>
| Modifier and Type | Method and Description |
|---|---|
ApplicationConfigurationUpdate.Builder |
applicationCodeConfigurationUpdate(ApplicationCodeConfigurationUpdate applicationCodeConfigurationUpdate)
Describes updates to an application's code configuration.
|
default ApplicationConfigurationUpdate.Builder |
applicationCodeConfigurationUpdate(Consumer<ApplicationCodeConfigurationUpdate.Builder> applicationCodeConfigurationUpdate)
Describes updates to an application's code configuration.
|
ApplicationConfigurationUpdate.Builder |
applicationSnapshotConfigurationUpdate(ApplicationSnapshotConfigurationUpdate applicationSnapshotConfigurationUpdate)
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
|
default ApplicationConfigurationUpdate.Builder |
applicationSnapshotConfigurationUpdate(Consumer<ApplicationSnapshotConfigurationUpdate.Builder> applicationSnapshotConfigurationUpdate)
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
|
default ApplicationConfigurationUpdate.Builder |
environmentPropertyUpdates(Consumer<EnvironmentPropertyUpdates.Builder> environmentPropertyUpdates)
Describes updates to the environment properties for a Flink-based Kinesis Data Analytics application.
|
ApplicationConfigurationUpdate.Builder |
environmentPropertyUpdates(EnvironmentPropertyUpdates environmentPropertyUpdates)
Describes updates to the environment properties for a Flink-based Kinesis Data Analytics application.
|
default ApplicationConfigurationUpdate.Builder |
flinkApplicationConfigurationUpdate(Consumer<FlinkApplicationConfigurationUpdate.Builder> flinkApplicationConfigurationUpdate)
Describes updates to a Flink-based Kinesis Data Analytics application's configuration.
|
ApplicationConfigurationUpdate.Builder |
flinkApplicationConfigurationUpdate(FlinkApplicationConfigurationUpdate flinkApplicationConfigurationUpdate)
Describes updates to a Flink-based Kinesis Data Analytics application's configuration.
|
default ApplicationConfigurationUpdate.Builder |
sqlApplicationConfigurationUpdate(Consumer<SqlApplicationConfigurationUpdate.Builder> sqlApplicationConfigurationUpdate)
Describes updates to a SQL-based Kinesis Data Analytics application's configuration.
|
ApplicationConfigurationUpdate.Builder |
sqlApplicationConfigurationUpdate(SqlApplicationConfigurationUpdate sqlApplicationConfigurationUpdate)
Describes updates to a SQL-based Kinesis Data Analytics application's configuration.
|
ApplicationConfigurationUpdate.Builder |
vpcConfigurationUpdates(Collection<VpcConfigurationUpdate> vpcConfigurationUpdates)
Updates to the array of descriptions of VPC configurations available to the application.
|
ApplicationConfigurationUpdate.Builder |
vpcConfigurationUpdates(Consumer<VpcConfigurationUpdate.Builder>... vpcConfigurationUpdates)
Updates to the array of descriptions of VPC configurations available to the application.
|
ApplicationConfigurationUpdate.Builder |
vpcConfigurationUpdates(VpcConfigurationUpdate... vpcConfigurationUpdates)
Updates to the array of descriptions of VPC configurations available to the application.
|
default ApplicationConfigurationUpdate.Builder |
zeppelinApplicationConfigurationUpdate(Consumer<ZeppelinApplicationConfigurationUpdate.Builder> zeppelinApplicationConfigurationUpdate)
Updates to the configuration of a Kinesis Data Analytics Studio notebook.
|
ApplicationConfigurationUpdate.Builder |
zeppelinApplicationConfigurationUpdate(ZeppelinApplicationConfigurationUpdate zeppelinApplicationConfigurationUpdate)
Updates to the configuration of a Kinesis Data Analytics Studio notebook.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationConfigurationUpdate.Builder sqlApplicationConfigurationUpdate(SqlApplicationConfigurationUpdate sqlApplicationConfigurationUpdate)
Describes updates to a SQL-based Kinesis Data Analytics application's configuration.
sqlApplicationConfigurationUpdate - Describes updates to a SQL-based Kinesis Data Analytics application's configuration.default ApplicationConfigurationUpdate.Builder sqlApplicationConfigurationUpdate(Consumer<SqlApplicationConfigurationUpdate.Builder> sqlApplicationConfigurationUpdate)
Describes updates to a SQL-based Kinesis Data Analytics application's configuration.
This is a convenience method that creates an instance of theSqlApplicationConfigurationUpdate.Builder avoiding the need to create one manually via
SqlApplicationConfigurationUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
sqlApplicationConfigurationUpdate(SqlApplicationConfigurationUpdate).
sqlApplicationConfigurationUpdate - a consumer that will call methods on SqlApplicationConfigurationUpdate.BuildersqlApplicationConfigurationUpdate(SqlApplicationConfigurationUpdate)ApplicationConfigurationUpdate.Builder applicationCodeConfigurationUpdate(ApplicationCodeConfigurationUpdate applicationCodeConfigurationUpdate)
Describes updates to an application's code configuration.
applicationCodeConfigurationUpdate - Describes updates to an application's code configuration.default ApplicationConfigurationUpdate.Builder applicationCodeConfigurationUpdate(Consumer<ApplicationCodeConfigurationUpdate.Builder> applicationCodeConfigurationUpdate)
Describes updates to an application's code configuration.
This is a convenience method that creates an instance of theApplicationCodeConfigurationUpdate.Builder avoiding the need to create one manually via
ApplicationCodeConfigurationUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
applicationCodeConfigurationUpdate(ApplicationCodeConfigurationUpdate).
applicationCodeConfigurationUpdate - a consumer that will call methods on ApplicationCodeConfigurationUpdate.BuilderapplicationCodeConfigurationUpdate(ApplicationCodeConfigurationUpdate)ApplicationConfigurationUpdate.Builder flinkApplicationConfigurationUpdate(FlinkApplicationConfigurationUpdate flinkApplicationConfigurationUpdate)
Describes updates to a Flink-based Kinesis Data Analytics application's configuration.
flinkApplicationConfigurationUpdate - Describes updates to a Flink-based Kinesis Data Analytics application's configuration.default ApplicationConfigurationUpdate.Builder flinkApplicationConfigurationUpdate(Consumer<FlinkApplicationConfigurationUpdate.Builder> flinkApplicationConfigurationUpdate)
Describes updates to a Flink-based Kinesis Data Analytics application's configuration.
This is a convenience method that creates an instance of theFlinkApplicationConfigurationUpdate.Builder avoiding the need to create one manually via
FlinkApplicationConfigurationUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
flinkApplicationConfigurationUpdate(FlinkApplicationConfigurationUpdate).
flinkApplicationConfigurationUpdate - a consumer that will call methods on FlinkApplicationConfigurationUpdate.BuilderflinkApplicationConfigurationUpdate(FlinkApplicationConfigurationUpdate)ApplicationConfigurationUpdate.Builder environmentPropertyUpdates(EnvironmentPropertyUpdates environmentPropertyUpdates)
Describes updates to the environment properties for a Flink-based Kinesis Data Analytics application.
environmentPropertyUpdates - Describes updates to the environment properties for a Flink-based Kinesis Data Analytics application.default ApplicationConfigurationUpdate.Builder environmentPropertyUpdates(Consumer<EnvironmentPropertyUpdates.Builder> environmentPropertyUpdates)
Describes updates to the environment properties for a Flink-based Kinesis Data Analytics application.
This is a convenience method that creates an instance of theEnvironmentPropertyUpdates.Builder
avoiding the need to create one manually via EnvironmentPropertyUpdates.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to environmentPropertyUpdates(EnvironmentPropertyUpdates).
environmentPropertyUpdates - a consumer that will call methods on EnvironmentPropertyUpdates.BuilderenvironmentPropertyUpdates(EnvironmentPropertyUpdates)ApplicationConfigurationUpdate.Builder applicationSnapshotConfigurationUpdate(ApplicationSnapshotConfigurationUpdate applicationSnapshotConfigurationUpdate)
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
applicationSnapshotConfigurationUpdate - Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.default ApplicationConfigurationUpdate.Builder applicationSnapshotConfigurationUpdate(Consumer<ApplicationSnapshotConfigurationUpdate.Builder> applicationSnapshotConfigurationUpdate)
Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
This is a convenience method that creates an instance of theApplicationSnapshotConfigurationUpdate.Builder avoiding the need to create one manually via
ApplicationSnapshotConfigurationUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
applicationSnapshotConfigurationUpdate(ApplicationSnapshotConfigurationUpdate).
applicationSnapshotConfigurationUpdate - a consumer that will call methods on ApplicationSnapshotConfigurationUpdate.BuilderapplicationSnapshotConfigurationUpdate(ApplicationSnapshotConfigurationUpdate)ApplicationConfigurationUpdate.Builder vpcConfigurationUpdates(Collection<VpcConfigurationUpdate> vpcConfigurationUpdates)
Updates to the array of descriptions of VPC configurations available to the application.
vpcConfigurationUpdates - Updates to the array of descriptions of VPC configurations available to the application.ApplicationConfigurationUpdate.Builder vpcConfigurationUpdates(VpcConfigurationUpdate... vpcConfigurationUpdates)
Updates to the array of descriptions of VPC configurations available to the application.
vpcConfigurationUpdates - Updates to the array of descriptions of VPC configurations available to the application.ApplicationConfigurationUpdate.Builder vpcConfigurationUpdates(Consumer<VpcConfigurationUpdate.Builder>... vpcConfigurationUpdates)
Updates to the array of descriptions of VPC configurations available to the application.
This is a convenience method that creates an instance of theVpcConfigurationUpdate.Builder avoiding the
need to create one manually via
VpcConfigurationUpdate.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #vpcConfigurationUpdates(List.
vpcConfigurationUpdates - a consumer that will call methods on
VpcConfigurationUpdate.Builder#vpcConfigurationUpdates(java.util.Collection) ApplicationConfigurationUpdate.Builder zeppelinApplicationConfigurationUpdate(ZeppelinApplicationConfigurationUpdate zeppelinApplicationConfigurationUpdate)
Updates to the configuration of a Kinesis Data Analytics Studio notebook.
zeppelinApplicationConfigurationUpdate - Updates to the configuration of a Kinesis Data Analytics Studio notebook.default ApplicationConfigurationUpdate.Builder zeppelinApplicationConfigurationUpdate(Consumer<ZeppelinApplicationConfigurationUpdate.Builder> zeppelinApplicationConfigurationUpdate)
Updates to the configuration of a Kinesis Data Analytics Studio notebook.
This is a convenience method that creates an instance of theZeppelinApplicationConfigurationUpdate.Builder avoiding the need to create one manually via
ZeppelinApplicationConfigurationUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
zeppelinApplicationConfigurationUpdate(ZeppelinApplicationConfigurationUpdate).
zeppelinApplicationConfigurationUpdate - a consumer that will call methods on ZeppelinApplicationConfigurationUpdate.BuilderzeppelinApplicationConfigurationUpdate(ZeppelinApplicationConfigurationUpdate)Copyright © 2022. All rights reserved.