@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RunConfigurationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Describes the updates to the starting parameters for a Managed Service for Apache Flink application.
Constructor and Description |
---|
RunConfigurationUpdate() |
Modifier and Type | Method and Description |
---|---|
RunConfigurationUpdate |
clone() |
boolean |
equals(Object obj) |
ApplicationRestoreConfiguration |
getApplicationRestoreConfiguration()
Describes updates to the restore behavior of a restarting application.
|
FlinkRunConfiguration |
getFlinkRunConfiguration()
Describes the starting parameters for a Managed Service for Apache Flink application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationRestoreConfiguration(ApplicationRestoreConfiguration applicationRestoreConfiguration)
Describes updates to the restore behavior of a restarting application.
|
void |
setFlinkRunConfiguration(FlinkRunConfiguration flinkRunConfiguration)
Describes the starting parameters for a Managed Service for Apache Flink application.
|
String |
toString()
Returns a string representation of this object.
|
RunConfigurationUpdate |
withApplicationRestoreConfiguration(ApplicationRestoreConfiguration applicationRestoreConfiguration)
Describes updates to the restore behavior of a restarting application.
|
RunConfigurationUpdate |
withFlinkRunConfiguration(FlinkRunConfiguration flinkRunConfiguration)
Describes the starting parameters for a Managed Service for Apache Flink application.
|
public void setFlinkRunConfiguration(FlinkRunConfiguration flinkRunConfiguration)
Describes the starting parameters for a Managed Service for Apache Flink application.
flinkRunConfiguration
- Describes the starting parameters for a Managed Service for Apache Flink application.public FlinkRunConfiguration getFlinkRunConfiguration()
Describes the starting parameters for a Managed Service for Apache Flink application.
public RunConfigurationUpdate withFlinkRunConfiguration(FlinkRunConfiguration flinkRunConfiguration)
Describes the starting parameters for a Managed Service for Apache Flink application.
flinkRunConfiguration
- Describes the starting parameters for a Managed Service for Apache Flink application.public void setApplicationRestoreConfiguration(ApplicationRestoreConfiguration applicationRestoreConfiguration)
Describes updates to the restore behavior of a restarting application.
applicationRestoreConfiguration
- Describes updates to the restore behavior of a restarting application.public ApplicationRestoreConfiguration getApplicationRestoreConfiguration()
Describes updates to the restore behavior of a restarting application.
public RunConfigurationUpdate withApplicationRestoreConfiguration(ApplicationRestoreConfiguration applicationRestoreConfiguration)
Describes updates to the restore behavior of a restarting application.
applicationRestoreConfiguration
- Describes updates to the restore behavior of a restarting application.public String toString()
toString
in class Object
Object.toString()
public RunConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.