public static interface ZeppelinApplicationConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<ZeppelinApplicationConfigurationUpdate.Builder,ZeppelinApplicationConfigurationUpdate>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
ZeppelinApplicationConfigurationUpdate.Builder |
customArtifactsConfigurationUpdate(Collection<CustomArtifactConfiguration> customArtifactsConfigurationUpdate)
Updates to the customer artifacts.
|
ZeppelinApplicationConfigurationUpdate.Builder |
customArtifactsConfigurationUpdate(Consumer<CustomArtifactConfiguration.Builder>... customArtifactsConfigurationUpdate)
Updates to the customer artifacts.
|
ZeppelinApplicationConfigurationUpdate.Builder |
customArtifactsConfigurationUpdate(CustomArtifactConfiguration... customArtifactsConfigurationUpdate)
Updates to the customer artifacts.
|
default ZeppelinApplicationConfigurationUpdate.Builder |
deployAsApplicationConfigurationUpdate(Consumer<DeployAsApplicationConfigurationUpdate.Builder> deployAsApplicationConfigurationUpdate)
Sets the value of the DeployAsApplicationConfigurationUpdate property for this object.
|
ZeppelinApplicationConfigurationUpdate.Builder |
deployAsApplicationConfigurationUpdate(DeployAsApplicationConfigurationUpdate deployAsApplicationConfigurationUpdate)
Sets the value of the DeployAsApplicationConfigurationUpdate property for this object.
|
default ZeppelinApplicationConfigurationUpdate.Builder |
monitoringConfigurationUpdate(Consumer<ZeppelinMonitoringConfigurationUpdate.Builder> monitoringConfigurationUpdate)
Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook.
|
ZeppelinApplicationConfigurationUpdate.Builder |
monitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate monitoringConfigurationUpdate)
Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildZeppelinApplicationConfigurationUpdate.Builder monitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate monitoringConfigurationUpdate)
Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook.
monitoringConfigurationUpdate - Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook.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.Builder avoiding the need to create one manually via
ZeppelinMonitoringConfigurationUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
monitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate).
monitoringConfigurationUpdate - a consumer that will call methods on ZeppelinMonitoringConfigurationUpdate.BuildermonitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate)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.
catalogConfigurationUpdate - Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data
Analytics Studio notebook.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.Builder
avoiding the need to create one manually via CatalogConfigurationUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to catalogConfigurationUpdate(CatalogConfigurationUpdate).
catalogConfigurationUpdate - a consumer that will call methods on CatalogConfigurationUpdate.BuildercatalogConfigurationUpdate(CatalogConfigurationUpdate)ZeppelinApplicationConfigurationUpdate.Builder deployAsApplicationConfigurationUpdate(DeployAsApplicationConfigurationUpdate deployAsApplicationConfigurationUpdate)
deployAsApplicationConfigurationUpdate - The new value for the DeployAsApplicationConfigurationUpdate property for this object.default ZeppelinApplicationConfigurationUpdate.Builder deployAsApplicationConfigurationUpdate(Consumer<DeployAsApplicationConfigurationUpdate.Builder> deployAsApplicationConfigurationUpdate)
DeployAsApplicationConfigurationUpdate.Builder avoiding the need to create one manually via
DeployAsApplicationConfigurationUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
deployAsApplicationConfigurationUpdate(DeployAsApplicationConfigurationUpdate).
deployAsApplicationConfigurationUpdate - a consumer that will call methods on DeployAsApplicationConfigurationUpdate.BuilderdeployAsApplicationConfigurationUpdate(DeployAsApplicationConfigurationUpdate)ZeppelinApplicationConfigurationUpdate.Builder customArtifactsConfigurationUpdate(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).ZeppelinApplicationConfigurationUpdate.Builder customArtifactsConfigurationUpdate(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).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.Builder avoiding
the need to create one manually via
CustomArtifactConfiguration.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #customArtifactsConfigurationUpdate(List.
customArtifactsConfigurationUpdate - a consumer that will call methods on
CustomArtifactConfiguration.Builder#customArtifactsConfigurationUpdate(java.util.Collection) Copyright © 2022. All rights reserved.