@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CheckpointConfigurationDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes checkpointing parameters for a Java-based Amazon Kinesis Data Analytics application.
| Constructor and Description |
|---|
CheckpointConfigurationDescription() |
| Modifier and Type | Method and Description |
|---|---|
CheckpointConfigurationDescription |
clone() |
boolean |
equals(Object obj) |
Boolean |
getCheckpointingEnabled()
Describes whether checkpointing is enabled for a Java-based Kinesis Data Analytics application.
|
Long |
getCheckpointInterval()
Describes the interval in milliseconds between checkpoint operations.
|
String |
getConfigurationType()
Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.
|
Long |
getMinPauseBetweenCheckpoints()
Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation
can start.
|
int |
hashCode() |
Boolean |
isCheckpointingEnabled()
Describes whether checkpointing is enabled for a Java-based Kinesis Data Analytics application.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCheckpointingEnabled(Boolean checkpointingEnabled)
Describes whether checkpointing is enabled for a Java-based Kinesis Data Analytics application.
|
void |
setCheckpointInterval(Long checkpointInterval)
Describes the interval in milliseconds between checkpoint operations.
|
void |
setConfigurationType(String configurationType)
Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.
|
void |
setMinPauseBetweenCheckpoints(Long minPauseBetweenCheckpoints)
Describes 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.
|
CheckpointConfigurationDescription |
withCheckpointingEnabled(Boolean checkpointingEnabled)
Describes whether checkpointing is enabled for a Java-based Kinesis Data Analytics application.
|
CheckpointConfigurationDescription |
withCheckpointInterval(Long checkpointInterval)
Describes the interval in milliseconds between checkpoint operations.
|
CheckpointConfigurationDescription |
withConfigurationType(ConfigurationType configurationType)
Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.
|
CheckpointConfigurationDescription |
withConfigurationType(String configurationType)
Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.
|
CheckpointConfigurationDescription |
withMinPauseBetweenCheckpoints(Long minPauseBetweenCheckpoints)
Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation
can start.
|
public void setConfigurationType(String configurationType)
Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.
configurationType - Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.ConfigurationTypepublic String getConfigurationType()
Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.
ConfigurationTypepublic CheckpointConfigurationDescription withConfigurationType(String configurationType)
Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.
configurationType - Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.ConfigurationTypepublic CheckpointConfigurationDescription withConfigurationType(ConfigurationType configurationType)
Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.
configurationType - Describes whether the application uses the default checkpointing behavior in Kinesis Data Analytics.ConfigurationTypepublic void setCheckpointingEnabled(Boolean checkpointingEnabled)
Describes whether checkpointing is enabled for a Java-based Kinesis Data Analytics application.
checkpointingEnabled - Describes whether checkpointing is enabled for a Java-based Kinesis Data Analytics application.public Boolean getCheckpointingEnabled()
Describes whether checkpointing is enabled for a Java-based Kinesis Data Analytics application.
public CheckpointConfigurationDescription withCheckpointingEnabled(Boolean checkpointingEnabled)
Describes whether checkpointing is enabled for a Java-based Kinesis Data Analytics application.
checkpointingEnabled - Describes whether checkpointing is enabled for a Java-based Kinesis Data Analytics application.public Boolean isCheckpointingEnabled()
Describes whether checkpointing is enabled for a Java-based Kinesis Data Analytics application.
public void setCheckpointInterval(Long checkpointInterval)
Describes the interval in milliseconds between checkpoint operations.
checkpointInterval - Describes the interval in milliseconds between checkpoint operations.public Long getCheckpointInterval()
Describes the interval in milliseconds between checkpoint operations.
public CheckpointConfigurationDescription withCheckpointInterval(Long checkpointInterval)
Describes the interval in milliseconds between checkpoint operations.
checkpointInterval - Describes the interval in milliseconds between checkpoint operations.public void setMinPauseBetweenCheckpoints(Long minPauseBetweenCheckpoints)
Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.
minPauseBetweenCheckpoints - Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint
operation can start.public Long getMinPauseBetweenCheckpoints()
Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.
public CheckpointConfigurationDescription withMinPauseBetweenCheckpoints(Long minPauseBetweenCheckpoints)
Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.
minPauseBetweenCheckpoints - Describes the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint
operation can start.public String toString()
toString in class ObjectObject.toString()public CheckpointConfigurationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.