@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 Java-based Amazon Kinesis Data Analytics 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 Kinesis Data Analytics.
|
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 Kinesis Data Analytics.
|
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 Kinesis Data Analytics.
|
CheckpointConfigurationUpdate |
withConfigurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether the application uses the default checkpointing behavior of Kinesis Data Analytics.
|
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 Kinesis Data Analytics.
configurationTypeUpdate
- Describes updates to whether the application uses the default checkpointing behavior of Kinesis Data
Analytics.ConfigurationType
public String getConfigurationTypeUpdate()
Describes updates to whether the application uses the default checkpointing behavior of Kinesis Data Analytics.
ConfigurationType
public CheckpointConfigurationUpdate withConfigurationTypeUpdate(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
public CheckpointConfigurationUpdate withConfigurationTypeUpdate(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
public void setCheckpointingEnabledUpdate(Boolean checkpointingEnabledUpdate)
Describes updates to whether checkpointing is enabled for an application.
checkpointingEnabledUpdate
- Describes updates to whether checkpointing is enabled for an application.public Boolean getCheckpointingEnabledUpdate()
Describes updates to whether checkpointing is enabled for an application.
public CheckpointConfigurationUpdate withCheckpointingEnabledUpdate(Boolean checkpointingEnabledUpdate)
Describes updates to whether checkpointing is enabled for an application.
checkpointingEnabledUpdate
- Describes updates to whether checkpointing is enabled for an application.public Boolean isCheckpointingEnabledUpdate()
Describes updates to whether checkpointing is enabled for an application.
public void setCheckpointIntervalUpdate(Long checkpointIntervalUpdate)
Describes updates to the interval in milliseconds between checkpoint operations.
checkpointIntervalUpdate
- Describes updates to the interval in milliseconds between checkpoint operations.public Long getCheckpointIntervalUpdate()
Describes updates to the interval in milliseconds between checkpoint operations.
public CheckpointConfigurationUpdate withCheckpointIntervalUpdate(Long checkpointIntervalUpdate)
Describes updates to the interval in milliseconds between checkpoint operations.
checkpointIntervalUpdate
- Describes updates to the interval in milliseconds between checkpoint operations.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.
minPauseBetweenCheckpointsUpdate
- Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new
checkpoint operation can start.public Long getMinPauseBetweenCheckpointsUpdate()
Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.
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.
minPauseBetweenCheckpointsUpdate
- Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new
checkpoint operation can start.public String toString()
toString
in class Object
Object.toString()
public CheckpointConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.