@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CheckpointConfigurationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Describes updates to the checkpointing parameters for a Managed Service for Apache Flink application.
| Constructor and Description |
|---|
CheckpointConfigurationUpdate() |
| Modifier and Type | Method and Description |
|---|---|
CheckpointConfigurationUpdate |
clone() |
boolean |
equals(Object obj) |
Boolean |
getCheckpointingEnabledUpdate()
Describes updates to whether checkpointing is enabled for an application.
|
Long |
getCheckpointIntervalUpdate()
Describes updates to the interval in milliseconds between checkpoint operations.
|
String |
getConfigurationTypeUpdate()
Describes updates to whether the application uses the default checkpointing behavior of Managed Service for
Apache Flink.
|
Long |
getMinPauseBetweenCheckpointsUpdate()
Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new
checkpoint operation can start.
|
int |
hashCode() |
Boolean |
isCheckpointingEnabledUpdate()
Describes updates to whether checkpointing is enabled for an application.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCheckpointingEnabledUpdate(Boolean checkpointingEnabledUpdate)
Describes updates to whether checkpointing is enabled for an application.
|
void |
setCheckpointIntervalUpdate(Long checkpointIntervalUpdate)
Describes updates to the interval in milliseconds between checkpoint operations.
|
void |
setConfigurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Managed Service for
Apache Flink.
|
void |
setMinPauseBetweenCheckpointsUpdate(Long minPauseBetweenCheckpointsUpdate)
Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new
checkpoint operation can start.
|
String |
toString()
Returns a string representation of this object.
|
CheckpointConfigurationUpdate |
withCheckpointingEnabledUpdate(Boolean checkpointingEnabledUpdate)
Describes updates to whether checkpointing is enabled for an application.
|
CheckpointConfigurationUpdate |
withCheckpointIntervalUpdate(Long checkpointIntervalUpdate)
Describes updates to the interval in milliseconds between checkpoint operations.
|
CheckpointConfigurationUpdate |
withConfigurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Managed Service for
Apache Flink.
|
CheckpointConfigurationUpdate |
withConfigurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Managed Service for
Apache Flink.
|
CheckpointConfigurationUpdate |
withMinPauseBetweenCheckpointsUpdate(Long minPauseBetweenCheckpointsUpdate)
Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new
checkpoint operation can start.
|
public void setConfigurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Managed Service for
Apache Flink. You must set this property to CUSTOM in order to set the
CheckpointingEnabled, CheckpointInterval, or MinPauseBetweenCheckpoints
parameters.
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
configurationTypeUpdate - Describes updates to whether the application uses the default checkpointing behavior of Managed Service
for Apache Flink. You must set this property to CUSTOM in order to set the
CheckpointingEnabled, CheckpointInterval, or
MinPauseBetweenCheckpoints parameters.
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
ConfigurationTypepublic String getConfigurationTypeUpdate()
Describes updates to whether the application uses the default checkpointing behavior of Managed Service for
Apache Flink. You must set this property to CUSTOM in order to set the
CheckpointingEnabled, CheckpointInterval, or MinPauseBetweenCheckpoints
parameters.
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
CUSTOM in order to set the
CheckpointingEnabled, CheckpointInterval, or
MinPauseBetweenCheckpoints parameters.
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
ConfigurationTypepublic CheckpointConfigurationUpdate withConfigurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Managed Service for
Apache Flink. You must set this property to CUSTOM in order to set the
CheckpointingEnabled, CheckpointInterval, or MinPauseBetweenCheckpoints
parameters.
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
configurationTypeUpdate - Describes updates to whether the application uses the default checkpointing behavior of Managed Service
for Apache Flink. You must set this property to CUSTOM in order to set the
CheckpointingEnabled, CheckpointInterval, or
MinPauseBetweenCheckpoints parameters.
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
ConfigurationTypepublic CheckpointConfigurationUpdate withConfigurationTypeUpdate(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 CUSTOM in order to set the
CheckpointingEnabled, CheckpointInterval, or MinPauseBetweenCheckpoints
parameters.
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
configurationTypeUpdate - Describes updates to whether the application uses the default checkpointing behavior of Managed Service
for Apache Flink. You must set this property to CUSTOM in order to set the
CheckpointingEnabled, CheckpointInterval, or
MinPauseBetweenCheckpoints parameters.
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
ConfigurationTypepublic void setCheckpointingEnabledUpdate(Boolean checkpointingEnabledUpdate)
Describes updates to whether checkpointing is enabled for an application.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will use a
CheckpointingEnabled value of true, even if this value is set to another value using
this API or in application code.
checkpointingEnabledUpdate - Describes updates to whether checkpointing is enabled for an application.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will
use a CheckpointingEnabled value of true, even if this value is set to another
value using this API or in application code.
public Boolean getCheckpointingEnabledUpdate()
Describes updates to whether checkpointing is enabled for an application.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will use a
CheckpointingEnabled value of true, even if this value is set to another value using
this API or in application code.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will
use a CheckpointingEnabled value of true, even if this value is set to another
value using this API or in application code.
public CheckpointConfigurationUpdate withCheckpointingEnabledUpdate(Boolean checkpointingEnabledUpdate)
Describes updates to whether checkpointing is enabled for an application.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will use a
CheckpointingEnabled value of true, even if this value is set to another value using
this API or in application code.
checkpointingEnabledUpdate - Describes updates to whether checkpointing is enabled for an application.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will
use a CheckpointingEnabled value of true, even if this value is set to another
value using this API or in application code.
public Boolean isCheckpointingEnabledUpdate()
Describes updates to whether checkpointing is enabled for an application.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will use a
CheckpointingEnabled value of true, even if this value is set to another value using
this API or in application code.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will
use a CheckpointingEnabled value of true, even if this value is set to another
value using this API or in application code.
public void setCheckpointIntervalUpdate(Long checkpointIntervalUpdate)
Describes updates to the interval in milliseconds between checkpoint operations.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will use a
CheckpointInterval value of 60000, even if this value is set to another value using this API or in
application code.
checkpointIntervalUpdate - Describes updates to the interval in milliseconds between checkpoint operations.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will
use a CheckpointInterval value of 60000, even if this value is set to another value using
this API or in application code.
public Long getCheckpointIntervalUpdate()
Describes updates to the interval in milliseconds between checkpoint operations.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will use a
CheckpointInterval value of 60000, even if this value is set to another value using this API or in
application code.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will
use a CheckpointInterval value of 60000, even if this value is set to another value using
this API or in application code.
public CheckpointConfigurationUpdate withCheckpointIntervalUpdate(Long checkpointIntervalUpdate)
Describes updates to the interval in milliseconds between checkpoint operations.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will use a
CheckpointInterval value of 60000, even if this value is set to another value using this API or in
application code.
checkpointIntervalUpdate - Describes updates to the interval in milliseconds between checkpoint operations.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will
use a CheckpointInterval value of 60000, even if this value is set to another value using
this API or in application code.
public void setMinPauseBetweenCheckpointsUpdate(Long minPauseBetweenCheckpointsUpdate)
Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will use a
MinPauseBetweenCheckpoints value of 5000, even if this value is set using this API or in application
code.
minPauseBetweenCheckpointsUpdate - Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new
checkpoint operation can start.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will
use a MinPauseBetweenCheckpoints value of 5000, even if this value is set using this API or
in application code.
public Long getMinPauseBetweenCheckpointsUpdate()
Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will use a
MinPauseBetweenCheckpoints value of 5000, even if this value is set using this API or in application
code.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will
use a MinPauseBetweenCheckpoints value of 5000, even if this value is set using this API or
in application code.
public CheckpointConfigurationUpdate withMinPauseBetweenCheckpointsUpdate(Long minPauseBetweenCheckpointsUpdate)
Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will use a
MinPauseBetweenCheckpoints value of 5000, even if this value is set using this API or in application
code.
minPauseBetweenCheckpointsUpdate - Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new
checkpoint operation can start.
If CheckpointConfiguration.ConfigurationType is DEFAULT, the application will
use a MinPauseBetweenCheckpoints value of 5000, even if this value is set using this API or
in application code.
public String toString()
toString in class ObjectObject.toString()public CheckpointConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.