Interface ZeppelinApplicationConfigurationUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ZeppelinApplicationConfigurationUpdate.Builder,ZeppelinApplicationConfigurationUpdate>,SdkBuilder<ZeppelinApplicationConfigurationUpdate.Builder,ZeppelinApplicationConfigurationUpdate>,SdkPojo
- Enclosing class:
- ZeppelinApplicationConfigurationUpdate
public static interface ZeppelinApplicationConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<ZeppelinApplicationConfigurationUpdate.Builder,ZeppelinApplicationConfigurationUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ZeppelinApplicationConfigurationUpdate.BuildercatalogConfigurationUpdate(Consumer<CatalogConfigurationUpdate.Builder> catalogConfigurationUpdate)Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service for Apache Flink Studio notebook.ZeppelinApplicationConfigurationUpdate.BuildercatalogConfigurationUpdate(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.BuildercustomArtifactsConfigurationUpdate(Collection<CustomArtifactConfiguration> customArtifactsConfigurationUpdate)Updates to the customer artifacts.ZeppelinApplicationConfigurationUpdate.BuildercustomArtifactsConfigurationUpdate(Consumer<CustomArtifactConfiguration.Builder>... customArtifactsConfigurationUpdate)Updates to the customer artifacts.ZeppelinApplicationConfigurationUpdate.BuildercustomArtifactsConfigurationUpdate(CustomArtifactConfiguration... customArtifactsConfigurationUpdate)Updates to the customer artifacts.default ZeppelinApplicationConfigurationUpdate.BuilderdeployAsApplicationConfigurationUpdate(Consumer<DeployAsApplicationConfigurationUpdate.Builder> deployAsApplicationConfigurationUpdate)Sets the value of the DeployAsApplicationConfigurationUpdate property for this object.ZeppelinApplicationConfigurationUpdate.BuilderdeployAsApplicationConfigurationUpdate(DeployAsApplicationConfigurationUpdate deployAsApplicationConfigurationUpdate)Sets the value of the DeployAsApplicationConfigurationUpdate property for this object.default ZeppelinApplicationConfigurationUpdate.BuildermonitoringConfigurationUpdate(Consumer<ZeppelinMonitoringConfigurationUpdate.Builder> monitoringConfigurationUpdate)Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.ZeppelinApplicationConfigurationUpdate.BuildermonitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate monitoringConfigurationUpdate)Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
monitoringConfigurationUpdate
ZeppelinApplicationConfigurationUpdate.Builder monitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate monitoringConfigurationUpdate)
Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.
- Parameters:
monitoringConfigurationUpdate- Updates to the monitoring configuration of a Managed Service for Apache Flink 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 Managed Service for Apache Flink 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:
monitoringConfigurationUpdate(ZeppelinMonitoringConfigurationUpdate)
-
catalogConfigurationUpdate
ZeppelinApplicationConfigurationUpdate.Builder catalogConfigurationUpdate(CatalogConfigurationUpdate catalogConfigurationUpdate)
Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service for Apache Flink Studio notebook.
- Parameters:
catalogConfigurationUpdate- Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service for Apache Flink 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 Managed Service for Apache Flink 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:
catalogConfigurationUpdate(CatalogConfigurationUpdate)
-
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:
deployAsApplicationConfigurationUpdate(DeployAsApplicationConfigurationUpdate)
-
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 to#customArtifactsConfigurationUpdate(List.) - 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:
#customArtifactsConfigurationUpdate(java.util.Collection)
-
-