Class CheckpointConfigurationUpdate
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.CheckpointConfigurationUpdate
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CheckpointConfigurationUpdate.Builder,CheckpointConfigurationUpdate>
@Generated("software.amazon.awssdk:codegen") public final class CheckpointConfigurationUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CheckpointConfigurationUpdate.Builder,CheckpointConfigurationUpdate>
Describes updates to the checkpointing parameters for a Managed Service for Apache Flink application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCheckpointConfigurationUpdate.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CheckpointConfigurationUpdate.Builderbuilder()BooleancheckpointingEnabledUpdate()Describes updates to whether checkpointing is enabled for an application.LongcheckpointIntervalUpdate()Describes updates to the interval in milliseconds between checkpoint operations.ConfigurationTypeconfigurationTypeUpdate()Describes updates to whether the application uses the default checkpointing behavior of Managed Service for Apache Flink.StringconfigurationTypeUpdateAsString()Describes updates to whether the application uses the default checkpointing behavior of Managed Service for Apache Flink.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongminPauseBetweenCheckpointsUpdate()Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.List<SdkField<?>>sdkFields()static Class<? extends CheckpointConfigurationUpdate.Builder>serializableBuilderClass()CheckpointConfigurationUpdate.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
configurationTypeUpdate
public final ConfigurationType configurationTypeUpdate()
Describes updates to whether the application uses the default checkpointing behavior of Managed Service for Apache Flink. You must set this property to
CUSTOMin order to set theCheckpointingEnabled,CheckpointInterval, orMinPauseBetweenCheckpointsparameters.If this value is set to
DEFAULT, the application will use the following values, even if they are set to other values using APIs or application code:-
CheckpointingEnabled: true
-
CheckpointInterval: 60000
-
MinPauseBetweenCheckpoints: 5000
If the service returns an enum value that is not available in the current SDK version,
configurationTypeUpdatewill returnConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconfigurationTypeUpdateAsString().- Returns:
- Describes updates to whether the application uses the default checkpointing behavior of Managed Service
for Apache Flink. You must set this property to
CUSTOMin order to set theCheckpointingEnabled,CheckpointInterval, orMinPauseBetweenCheckpointsparameters.If this value is set to
DEFAULT, the application will use the following values, even if they are set to other values using APIs or application code:-
CheckpointingEnabled: true
-
CheckpointInterval: 60000
-
MinPauseBetweenCheckpoints: 5000
-
- See Also:
ConfigurationType
-
-
configurationTypeUpdateAsString
public final String configurationTypeUpdateAsString()
Describes updates to whether the application uses the default checkpointing behavior of Managed Service for Apache Flink. You must set this property to
CUSTOMin order to set theCheckpointingEnabled,CheckpointInterval, orMinPauseBetweenCheckpointsparameters.If this value is set to
DEFAULT, the application will use the following values, even if they are set to other values using APIs or application code:-
CheckpointingEnabled: true
-
CheckpointInterval: 60000
-
MinPauseBetweenCheckpoints: 5000
If the service returns an enum value that is not available in the current SDK version,
configurationTypeUpdatewill returnConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconfigurationTypeUpdateAsString().- Returns:
- Describes updates to whether the application uses the default checkpointing behavior of Managed Service
for Apache Flink. You must set this property to
CUSTOMin order to set theCheckpointingEnabled,CheckpointInterval, orMinPauseBetweenCheckpointsparameters.If this value is set to
DEFAULT, the application will use the following values, even if they are set to other values using APIs or application code:-
CheckpointingEnabled: true
-
CheckpointInterval: 60000
-
MinPauseBetweenCheckpoints: 5000
-
- See Also:
ConfigurationType
-
-
checkpointingEnabledUpdate
public final Boolean checkpointingEnabledUpdate()
Describes updates to whether checkpointing is enabled for an application.
If
CheckpointConfiguration.ConfigurationTypeisDEFAULT, the application will use aCheckpointingEnabledvalue oftrue, even if this value is set to another value using this API or in application code.- Returns:
- Describes updates to whether checkpointing is enabled for an application.
If
CheckpointConfiguration.ConfigurationTypeisDEFAULT, the application will use aCheckpointingEnabledvalue oftrue, even if this value is set to another value using this API or in application code.
-
checkpointIntervalUpdate
public final Long checkpointIntervalUpdate()
Describes updates to the interval in milliseconds between checkpoint operations.
If
CheckpointConfiguration.ConfigurationTypeisDEFAULT, the application will use aCheckpointIntervalvalue of 60000, even if this value is set to another value using this API or in application code.- Returns:
- Describes updates to the interval in milliseconds between checkpoint operations.
If
CheckpointConfiguration.ConfigurationTypeisDEFAULT, the application will use aCheckpointIntervalvalue of 60000, even if this value is set to another value using this API or in application code.
-
minPauseBetweenCheckpointsUpdate
public final Long minPauseBetweenCheckpointsUpdate()
Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.
If
CheckpointConfiguration.ConfigurationTypeisDEFAULT, the application will use aMinPauseBetweenCheckpointsvalue of 5000, even if this value is set using this API or in application code.- Returns:
- Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new
checkpoint operation can start.
If
CheckpointConfiguration.ConfigurationTypeisDEFAULT, the application will use aMinPauseBetweenCheckpointsvalue of 5000, even if this value is set using this API or in application code.
-
toBuilder
public CheckpointConfigurationUpdate.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CheckpointConfigurationUpdate.Builder,CheckpointConfigurationUpdate>
-
builder
public static CheckpointConfigurationUpdate.Builder builder()
-
serializableBuilderClass
public static Class<? extends CheckpointConfigurationUpdate.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-