Struct aws_sdk_kinesisanalyticsv2::types::builders::ZeppelinApplicationConfigurationUpdateBuilder
source · #[non_exhaustive]pub struct ZeppelinApplicationConfigurationUpdateBuilder { /* private fields */ }Expand description
A builder for ZeppelinApplicationConfigurationUpdate.
Implementations§
source§impl ZeppelinApplicationConfigurationUpdateBuilder
impl ZeppelinApplicationConfigurationUpdateBuilder
sourcepub fn monitoring_configuration_update(
self,
input: ZeppelinMonitoringConfigurationUpdate
) -> Self
pub fn monitoring_configuration_update( self, input: ZeppelinMonitoringConfigurationUpdate ) -> Self
Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook.
sourcepub fn set_monitoring_configuration_update(
self,
input: Option<ZeppelinMonitoringConfigurationUpdate>
) -> Self
pub fn set_monitoring_configuration_update( self, input: Option<ZeppelinMonitoringConfigurationUpdate> ) -> Self
Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook.
sourcepub fn get_monitoring_configuration_update(
&self
) -> &Option<ZeppelinMonitoringConfigurationUpdate>
pub fn get_monitoring_configuration_update( &self ) -> &Option<ZeppelinMonitoringConfigurationUpdate>
Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook.
sourcepub fn catalog_configuration_update(
self,
input: CatalogConfigurationUpdate
) -> Self
pub fn catalog_configuration_update( self, input: CatalogConfigurationUpdate ) -> Self
Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data Analytics Studio notebook.
sourcepub fn set_catalog_configuration_update(
self,
input: Option<CatalogConfigurationUpdate>
) -> Self
pub fn set_catalog_configuration_update( self, input: Option<CatalogConfigurationUpdate> ) -> Self
Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data Analytics Studio notebook.
sourcepub fn get_catalog_configuration_update(
&self
) -> &Option<CatalogConfigurationUpdate>
pub fn get_catalog_configuration_update( &self ) -> &Option<CatalogConfigurationUpdate>
Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data Analytics Studio notebook.
sourcepub fn deploy_as_application_configuration_update(
self,
input: DeployAsApplicationConfigurationUpdate
) -> Self
pub fn deploy_as_application_configuration_update( self, input: DeployAsApplicationConfigurationUpdate ) -> Self
Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.
sourcepub fn set_deploy_as_application_configuration_update(
self,
input: Option<DeployAsApplicationConfigurationUpdate>
) -> Self
pub fn set_deploy_as_application_configuration_update( self, input: Option<DeployAsApplicationConfigurationUpdate> ) -> Self
Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.
sourcepub fn get_deploy_as_application_configuration_update(
&self
) -> &Option<DeployAsApplicationConfigurationUpdate>
pub fn get_deploy_as_application_configuration_update( &self ) -> &Option<DeployAsApplicationConfigurationUpdate>
Updates to the configuration information required to deploy an Amazon Data Analytics Studio notebook as an application with durable state.
sourcepub fn custom_artifacts_configuration_update(
self,
input: CustomArtifactConfiguration
) -> Self
pub fn custom_artifacts_configuration_update( self, input: CustomArtifactConfiguration ) -> Self
Appends an item to custom_artifacts_configuration_update.
To override the contents of this collection use set_custom_artifacts_configuration_update.
Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).
sourcepub fn set_custom_artifacts_configuration_update(
self,
input: Option<Vec<CustomArtifactConfiguration>>
) -> Self
pub fn set_custom_artifacts_configuration_update( self, input: Option<Vec<CustomArtifactConfiguration>> ) -> Self
Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).
sourcepub fn get_custom_artifacts_configuration_update(
&self
) -> &Option<Vec<CustomArtifactConfiguration>>
pub fn get_custom_artifacts_configuration_update( &self ) -> &Option<Vec<CustomArtifactConfiguration>>
Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).
sourcepub fn build(self) -> ZeppelinApplicationConfigurationUpdate
pub fn build(self) -> ZeppelinApplicationConfigurationUpdate
Consumes the builder and constructs a ZeppelinApplicationConfigurationUpdate.
Trait Implementations§
source§impl Clone for ZeppelinApplicationConfigurationUpdateBuilder
impl Clone for ZeppelinApplicationConfigurationUpdateBuilder
source§fn clone(&self) -> ZeppelinApplicationConfigurationUpdateBuilder
fn clone(&self) -> ZeppelinApplicationConfigurationUpdateBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ZeppelinApplicationConfigurationUpdateBuilder
impl Default for ZeppelinApplicationConfigurationUpdateBuilder
source§fn default() -> ZeppelinApplicationConfigurationUpdateBuilder
fn default() -> ZeppelinApplicationConfigurationUpdateBuilder
source§impl PartialEq for ZeppelinApplicationConfigurationUpdateBuilder
impl PartialEq for ZeppelinApplicationConfigurationUpdateBuilder
source§fn eq(&self, other: &ZeppelinApplicationConfigurationUpdateBuilder) -> bool
fn eq(&self, other: &ZeppelinApplicationConfigurationUpdateBuilder) -> bool
self and other values to be equal, and is used
by ==.