public static interface CheckpointConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<CheckpointConfigurationUpdate.Builder,CheckpointConfigurationUpdate>
| Modifier and Type | Method and Description |
|---|---|
CheckpointConfigurationUpdate.Builder |
checkpointingEnabledUpdate(Boolean checkpointingEnabledUpdate)
Describes updates to whether checkpointing is enabled for an application.
|
CheckpointConfigurationUpdate.Builder |
checkpointIntervalUpdate(Long checkpointIntervalUpdate)
Describes updates to the interval in milliseconds between checkpoint operations.
|
CheckpointConfigurationUpdate.Builder |
configurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Kinesis Data
Analytics.
|
CheckpointConfigurationUpdate.Builder |
configurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Kinesis Data
Analytics.
|
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.
|
copyapplyMutation, buildCheckpointConfigurationUpdate.Builder configurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Kinesis Data Analytics.
configurationTypeUpdate - Describes updates to whether the application uses the default checkpointing behavior of Kinesis Data
Analytics.ConfigurationType,
ConfigurationTypeCheckpointConfigurationUpdate.Builder configurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Kinesis Data Analytics.
configurationTypeUpdate - Describes updates to whether the application uses the default checkpointing behavior of Kinesis Data
Analytics.ConfigurationType,
ConfigurationTypeCheckpointConfigurationUpdate.Builder checkpointingEnabledUpdate(Boolean checkpointingEnabledUpdate)
Describes updates to whether checkpointing is enabled for an application.
checkpointingEnabledUpdate - Describes updates to whether checkpointing is enabled for an application.CheckpointConfigurationUpdate.Builder checkpointIntervalUpdate(Long checkpointIntervalUpdate)
Describes updates to the interval in milliseconds between checkpoint operations.
checkpointIntervalUpdate - Describes updates to the interval in milliseconds between checkpoint operations.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.
minPauseBetweenCheckpointsUpdate - Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a
new checkpoint operation can start.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.