static CheckpointConfigurationUpdate.Builder |
CheckpointConfigurationUpdate.builder() |
|
CheckpointConfigurationUpdate.Builder |
CheckpointConfigurationUpdate.Builder.checkpointingEnabledUpdate(Boolean checkpointingEnabledUpdate) |
Describes updates to whether checkpointing is enabled for an application.
|
CheckpointConfigurationUpdate.Builder |
CheckpointConfigurationUpdate.Builder.checkpointIntervalUpdate(Long checkpointIntervalUpdate) |
Describes updates to the interval in milliseconds between checkpoint operations.
|
CheckpointConfigurationUpdate.Builder |
CheckpointConfigurationUpdate.Builder.configurationTypeUpdate(String configurationTypeUpdate) |
Describes updates to whether the application uses the default checkpointing behavior of Managed Service for
Apache Flink.
|
CheckpointConfigurationUpdate.Builder |
CheckpointConfigurationUpdate.Builder.configurationTypeUpdate(ConfigurationType configurationTypeUpdate) |
Describes updates to whether the application uses the default checkpointing behavior of Managed Service for
Apache Flink.
|
CheckpointConfigurationUpdate.Builder |
CheckpointConfigurationUpdate.Builder.minPauseBetweenCheckpointsUpdate(Long minPauseBetweenCheckpointsUpdate) |
Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new
checkpoint operation can start.
|
CheckpointConfigurationUpdate.Builder |
CheckpointConfigurationUpdate.toBuilder() |
|