| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
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(ConfigurationType configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Kinesis Data
Analytics.
|
CheckpointConfigurationUpdate.Builder |
CheckpointConfigurationUpdate.Builder.configurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Kinesis Data
Analytics.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CheckpointConfigurationUpdate.Builder> |
CheckpointConfigurationUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FlinkApplicationConfigurationUpdate.Builder |
FlinkApplicationConfigurationUpdate.Builder.checkpointConfigurationUpdate(Consumer<CheckpointConfigurationUpdate.Builder> checkpointConfigurationUpdate)
Describes updates to an application's checkpointing configuration.
|
Copyright © 2022. All rights reserved.