| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CheckpointConfigurationUpdate |
CheckpointConfigurationUpdate.clone() |
CheckpointConfigurationUpdate |
FlinkApplicationConfigurationUpdate.getCheckpointConfigurationUpdate()
Describes updates to an application's checkpointing configuration.
|
CheckpointConfigurationUpdate |
CheckpointConfigurationUpdate.withCheckpointingEnabledUpdate(Boolean checkpointingEnabledUpdate)
Describes updates to whether checkpointing is enabled for an application.
|
CheckpointConfigurationUpdate |
CheckpointConfigurationUpdate.withCheckpointIntervalUpdate(Long checkpointIntervalUpdate)
Describes updates to the interval in milliseconds between checkpoint operations.
|
CheckpointConfigurationUpdate |
CheckpointConfigurationUpdate.withConfigurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Managed Service for
Apache Flink.
|
CheckpointConfigurationUpdate |
CheckpointConfigurationUpdate.withConfigurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Managed Service for
Apache Flink.
|
CheckpointConfigurationUpdate |
CheckpointConfigurationUpdate.withMinPauseBetweenCheckpointsUpdate(Long minPauseBetweenCheckpointsUpdate)
Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new
checkpoint operation can start.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlinkApplicationConfigurationUpdate.setCheckpointConfigurationUpdate(CheckpointConfigurationUpdate checkpointConfigurationUpdate)
Describes updates to an application's checkpointing configuration.
|
FlinkApplicationConfigurationUpdate |
FlinkApplicationConfigurationUpdate.withCheckpointConfigurationUpdate(CheckpointConfigurationUpdate checkpointConfigurationUpdate)
Describes updates to an application's checkpointing configuration.
|
Copyright © 2025. All rights reserved.