Interface ZeppelinApplicationConfigurationUpdate.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ZeppelinApplicationConfigurationUpdate.Builder,,ZeppelinApplicationConfigurationUpdate> SdkBuilder<ZeppelinApplicationConfigurationUpdate.Builder,,ZeppelinApplicationConfigurationUpdate> SdkPojo
- Enclosing class:
 ZeppelinApplicationConfigurationUpdate
- 
Method Summary
Modifier and TypeMethodDescriptioncatalogConfigurationUpdate(Consumer<CatalogConfigurationUpdate.Builder> catalogConfigurationUpdate) Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data Analytics Studio notebook.catalogConfigurationUpdate(CatalogConfigurationUpdate catalogConfigurationUpdate) Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data Analytics Studio notebook.customArtifactsConfigurationUpdate(Collection<CustomArtifactConfiguration> customArtifactsConfigurationUpdate) Updates to the customer artifacts.customArtifactsConfigurationUpdate(Consumer<CustomArtifactConfiguration.Builder>... customArtifactsConfigurationUpdate) Updates to the customer artifacts.customArtifactsConfigurationUpdate(CustomArtifactConfiguration... customArtifactsConfigurationUpdate) Updates to the customer artifacts.deployAsApplicationConfigurationUpdate(Consumer<DeployAsApplicationConfigurationUpdate.Builder> deployAsApplicationConfigurationUpdate) Sets the value of the DeployAsApplicationConfigurationUpdate property for this object.deployAsApplicationConfigurationUpdate(DeployAsApplicationConfigurationUpdate deployAsApplicationConfigurationUpdate) Sets the value of the DeployAsApplicationConfigurationUpdate property for this object.monitoringConfigurationUpdate(Consumer<ZeppelinMonitoringConfigurationUpdate.Builder> monitoringConfigurationUpdate) Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook.monitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate monitoringConfigurationUpdate) Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
monitoringConfigurationUpdate
ZeppelinApplicationConfigurationUpdate.Builder monitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate monitoringConfigurationUpdate) Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook.
- Parameters:
 monitoringConfigurationUpdate- Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
monitoringConfigurationUpdate
default ZeppelinApplicationConfigurationUpdate.Builder monitoringConfigurationUpdate(Consumer<ZeppelinMonitoringConfigurationUpdate.Builder> monitoringConfigurationUpdate) Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook.
This is a convenience method that creates an instance of theZeppelinMonitoringConfigurationUpdate.Builderavoiding the need to create one manually viaZeppelinMonitoringConfigurationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomonitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate).- Parameters:
 monitoringConfigurationUpdate- a consumer that will call methods onZeppelinMonitoringConfigurationUpdate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
catalogConfigurationUpdate
ZeppelinApplicationConfigurationUpdate.Builder catalogConfigurationUpdate(CatalogConfigurationUpdate catalogConfigurationUpdate) Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data Analytics Studio notebook.
- Parameters:
 catalogConfigurationUpdate- Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data Analytics Studio notebook.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
catalogConfigurationUpdate
default ZeppelinApplicationConfigurationUpdate.Builder catalogConfigurationUpdate(Consumer<CatalogConfigurationUpdate.Builder> catalogConfigurationUpdate) Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data Analytics Studio notebook.
This is a convenience method that creates an instance of theCatalogConfigurationUpdate.Builderavoiding the need to create one manually viaCatalogConfigurationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocatalogConfigurationUpdate(CatalogConfigurationUpdate).- Parameters:
 catalogConfigurationUpdate- a consumer that will call methods onCatalogConfigurationUpdate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
deployAsApplicationConfigurationUpdate
ZeppelinApplicationConfigurationUpdate.Builder deployAsApplicationConfigurationUpdate(DeployAsApplicationConfigurationUpdate deployAsApplicationConfigurationUpdate) Sets the value of the DeployAsApplicationConfigurationUpdate property for this object.- Parameters:
 deployAsApplicationConfigurationUpdate- The new value for the DeployAsApplicationConfigurationUpdate property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deployAsApplicationConfigurationUpdate
default ZeppelinApplicationConfigurationUpdate.Builder deployAsApplicationConfigurationUpdate(Consumer<DeployAsApplicationConfigurationUpdate.Builder> deployAsApplicationConfigurationUpdate) Sets the value of the DeployAsApplicationConfigurationUpdate property for this object. This is a convenience method that creates an instance of theDeployAsApplicationConfigurationUpdate.Builderavoiding the need to create one manually viaDeployAsApplicationConfigurationUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeployAsApplicationConfigurationUpdate(DeployAsApplicationConfigurationUpdate).- Parameters:
 deployAsApplicationConfigurationUpdate- a consumer that will call methods onDeployAsApplicationConfigurationUpdate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
customArtifactsConfigurationUpdate
ZeppelinApplicationConfigurationUpdate.Builder customArtifactsConfigurationUpdate(Collection<CustomArtifactConfiguration> customArtifactsConfigurationUpdate) Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).
- Parameters:
 customArtifactsConfigurationUpdate- Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
customArtifactsConfigurationUpdate
ZeppelinApplicationConfigurationUpdate.Builder customArtifactsConfigurationUpdate(CustomArtifactConfiguration... customArtifactsConfigurationUpdate) Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).
- Parameters:
 customArtifactsConfigurationUpdate- Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
customArtifactsConfigurationUpdate
ZeppelinApplicationConfigurationUpdate.Builder customArtifactsConfigurationUpdate(Consumer<CustomArtifactConfiguration.Builder>... customArtifactsConfigurationUpdate) Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).
This is a convenience method that creates an instance of theCustomArtifactConfiguration.Builderavoiding the need to create one manually viaCustomArtifactConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomArtifactsConfigurationUpdate(List<CustomArtifactConfiguration>).- Parameters:
 customArtifactsConfigurationUpdate- a consumer that will call methods onCustomArtifactConfiguration.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -