/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.kinesisanalyticsv2.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* Updates to the configuration of Kinesis Data Analytics Studio notebook. *
* * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class ZeppelinApplicationConfigurationUpdate implements Serializable, Cloneable, StructuredPojo { /** ** Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook. *
*/ private ZeppelinMonitoringConfigurationUpdate monitoringConfigurationUpdate; /** ** Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data Analytics * Studio notebook. *
*/ private CatalogConfigurationUpdate catalogConfigurationUpdate; private DeployAsApplicationConfigurationUpdate deployAsApplicationConfigurationUpdate; /** ** Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF). *
*/ private java.util.List* Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook. *
* * @param monitoringConfigurationUpdate * Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook. */ public void setMonitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate monitoringConfigurationUpdate) { this.monitoringConfigurationUpdate = monitoringConfigurationUpdate; } /** ** Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook. *
* * @return Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook. */ public ZeppelinMonitoringConfigurationUpdate getMonitoringConfigurationUpdate() { return this.monitoringConfigurationUpdate; } /** ** Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook. *
* * @param monitoringConfigurationUpdate * Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook. * @return Returns a reference to this object so that method calls can be chained together. */ public ZeppelinApplicationConfigurationUpdate withMonitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate monitoringConfigurationUpdate) { setMonitoringConfigurationUpdate(monitoringConfigurationUpdate); return this; } /** ** Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data Analytics * Studio notebook. *
* * @param catalogConfigurationUpdate * Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data * Analytics Studio notebook. */ public void setCatalogConfigurationUpdate(CatalogConfigurationUpdate catalogConfigurationUpdate) { this.catalogConfigurationUpdate = catalogConfigurationUpdate; } /** ** Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data Analytics * Studio notebook. *
* * @return Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data * Analytics Studio notebook. */ public CatalogConfigurationUpdate getCatalogConfigurationUpdate() { return this.catalogConfigurationUpdate; } /** ** Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data Analytics * Studio notebook. *
* * @param catalogConfigurationUpdate * Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data * Analytics Studio notebook. * @return Returns a reference to this object so that method calls can be chained together. */ public ZeppelinApplicationConfigurationUpdate withCatalogConfigurationUpdate(CatalogConfigurationUpdate catalogConfigurationUpdate) { setCatalogConfigurationUpdate(catalogConfigurationUpdate); return this; } /** * @param deployAsApplicationConfigurationUpdate */ public void setDeployAsApplicationConfigurationUpdate(DeployAsApplicationConfigurationUpdate deployAsApplicationConfigurationUpdate) { this.deployAsApplicationConfigurationUpdate = deployAsApplicationConfigurationUpdate; } /** * @return */ public DeployAsApplicationConfigurationUpdate getDeployAsApplicationConfigurationUpdate() { return this.deployAsApplicationConfigurationUpdate; } /** * @param deployAsApplicationConfigurationUpdate * @return Returns a reference to this object so that method calls can be chained together. */ public ZeppelinApplicationConfigurationUpdate withDeployAsApplicationConfigurationUpdate( DeployAsApplicationConfigurationUpdate deployAsApplicationConfigurationUpdate) { setDeployAsApplicationConfigurationUpdate(deployAsApplicationConfigurationUpdate); return this; } /** ** Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF). *
* * @return Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions * (UDF). */ public java.util.List* Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF). *
* * @param customArtifactsConfigurationUpdate * Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions * (UDF). */ public void setCustomArtifactsConfigurationUpdate(java.util.Collection* 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 * {@link #setCustomArtifactsConfigurationUpdate(java.util.Collection)} or * {@link #withCustomArtifactsConfigurationUpdate(java.util.Collection)} if you want to override the existing * values. *
* * @param customArtifactsConfigurationUpdate * Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions * (UDF). * @return Returns a reference to this object so that method calls can be chained together. */ public ZeppelinApplicationConfigurationUpdate withCustomArtifactsConfigurationUpdate(CustomArtifactConfiguration... customArtifactsConfigurationUpdate) { if (this.customArtifactsConfigurationUpdate == null) { setCustomArtifactsConfigurationUpdate(new java.util.ArrayList* Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF). *
* * @param customArtifactsConfigurationUpdate * Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions * (UDF). * @return Returns a reference to this object so that method calls can be chained together. */ public ZeppelinApplicationConfigurationUpdate withCustomArtifactsConfigurationUpdate( java.util.Collection