@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ZeppelinApplicationConfigurationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Updates to the configuration of Managed Service for Apache Flink Studio notebook.
Constructor and Description |
---|
ZeppelinApplicationConfigurationUpdate() |
Modifier and Type | Method and Description |
---|---|
ZeppelinApplicationConfigurationUpdate |
clone() |
boolean |
equals(Object obj) |
CatalogConfigurationUpdate |
getCatalogConfigurationUpdate()
Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service for
Apache Flink Studio notebook.
|
List<CustomArtifactConfiguration> |
getCustomArtifactsConfigurationUpdate()
Updates to the customer artifacts.
|
DeployAsApplicationConfigurationUpdate |
getDeployAsApplicationConfigurationUpdate() |
ZeppelinMonitoringConfigurationUpdate |
getMonitoringConfigurationUpdate()
Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCatalogConfigurationUpdate(CatalogConfigurationUpdate catalogConfigurationUpdate)
Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service for
Apache Flink Studio notebook.
|
void |
setCustomArtifactsConfigurationUpdate(Collection<CustomArtifactConfiguration> customArtifactsConfigurationUpdate)
Updates to the customer artifacts.
|
void |
setDeployAsApplicationConfigurationUpdate(DeployAsApplicationConfigurationUpdate deployAsApplicationConfigurationUpdate) |
void |
setMonitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate monitoringConfigurationUpdate)
Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.
|
String |
toString()
Returns a string representation of this object.
|
ZeppelinApplicationConfigurationUpdate |
withCatalogConfigurationUpdate(CatalogConfigurationUpdate catalogConfigurationUpdate)
Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service for
Apache Flink Studio notebook.
|
ZeppelinApplicationConfigurationUpdate |
withCustomArtifactsConfigurationUpdate(Collection<CustomArtifactConfiguration> customArtifactsConfigurationUpdate)
Updates to the customer artifacts.
|
ZeppelinApplicationConfigurationUpdate |
withCustomArtifactsConfigurationUpdate(CustomArtifactConfiguration... customArtifactsConfigurationUpdate)
Updates to the customer artifacts.
|
ZeppelinApplicationConfigurationUpdate |
withDeployAsApplicationConfigurationUpdate(DeployAsApplicationConfigurationUpdate deployAsApplicationConfigurationUpdate) |
ZeppelinApplicationConfigurationUpdate |
withMonitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate monitoringConfigurationUpdate)
Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.
|
public ZeppelinApplicationConfigurationUpdate()
public void setMonitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate monitoringConfigurationUpdate)
Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.
monitoringConfigurationUpdate
- Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.public ZeppelinMonitoringConfigurationUpdate getMonitoringConfigurationUpdate()
Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.
public ZeppelinApplicationConfigurationUpdate withMonitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate monitoringConfigurationUpdate)
Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.
monitoringConfigurationUpdate
- Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.public void setCatalogConfigurationUpdate(CatalogConfigurationUpdate catalogConfigurationUpdate)
Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service for Apache Flink Studio notebook.
catalogConfigurationUpdate
- Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service
for Apache Flink Studio notebook.public CatalogConfigurationUpdate getCatalogConfigurationUpdate()
Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service for Apache Flink Studio notebook.
public ZeppelinApplicationConfigurationUpdate withCatalogConfigurationUpdate(CatalogConfigurationUpdate catalogConfigurationUpdate)
Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service for Apache Flink Studio notebook.
catalogConfigurationUpdate
- Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service
for Apache Flink Studio notebook.public void setDeployAsApplicationConfigurationUpdate(DeployAsApplicationConfigurationUpdate deployAsApplicationConfigurationUpdate)
deployAsApplicationConfigurationUpdate
- public DeployAsApplicationConfigurationUpdate getDeployAsApplicationConfigurationUpdate()
public ZeppelinApplicationConfigurationUpdate withDeployAsApplicationConfigurationUpdate(DeployAsApplicationConfigurationUpdate deployAsApplicationConfigurationUpdate)
deployAsApplicationConfigurationUpdate
- public List<CustomArtifactConfiguration> getCustomArtifactsConfigurationUpdate()
Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).
public void setCustomArtifactsConfigurationUpdate(Collection<CustomArtifactConfiguration> customArtifactsConfigurationUpdate)
Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).
customArtifactsConfigurationUpdate
- Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions
(UDF).public ZeppelinApplicationConfigurationUpdate withCustomArtifactsConfigurationUpdate(CustomArtifactConfiguration... customArtifactsConfigurationUpdate)
Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).
NOTE: This method appends the values to the existing list (if any). Use
setCustomArtifactsConfigurationUpdate(java.util.Collection)
or
withCustomArtifactsConfigurationUpdate(java.util.Collection)
if you want to override the existing
values.
customArtifactsConfigurationUpdate
- Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions
(UDF).public ZeppelinApplicationConfigurationUpdate withCustomArtifactsConfigurationUpdate(Collection<CustomArtifactConfiguration> customArtifactsConfigurationUpdate)
Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).
customArtifactsConfigurationUpdate
- Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions
(UDF).public String toString()
toString
in class Object
Object.toString()
public ZeppelinApplicationConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.