pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeNotebookInstanceLifecycleConfigInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn notebook_instance_lifecycle_config_name(
self,
input: impl Into<String>
) -> Self
pub fn notebook_instance_lifecycle_config_name(
self,
input: impl Into<String>
) -> Self
The name of the lifecycle configuration to describe.
sourcepub fn set_notebook_instance_lifecycle_config_name(
self,
input: Option<String>
) -> Self
pub fn set_notebook_instance_lifecycle_config_name(
self,
input: Option<String>
) -> Self
The name of the lifecycle configuration to describe.
sourcepub fn build(
self
) -> Result<DescribeNotebookInstanceLifecycleConfigInput, BuildError>
pub fn build(
self
) -> Result<DescribeNotebookInstanceLifecycleConfigInput, BuildError>
Consumes the builder and constructs a DescribeNotebookInstanceLifecycleConfigInput
.