Struct aws_sdk_sagemaker::operation::describe_notebook_instance::builders::DescribeNotebookInstanceInputBuilder
source · #[non_exhaustive]pub struct DescribeNotebookInstanceInputBuilder { /* private fields */ }
Expand description
A builder for DescribeNotebookInstanceInput
.
Implementations§
source§impl DescribeNotebookInstanceInputBuilder
impl DescribeNotebookInstanceInputBuilder
sourcepub fn notebook_instance_name(self, input: impl Into<String>) -> Self
pub fn notebook_instance_name(self, input: impl Into<String>) -> Self
The name of the notebook instance that you want information about.
sourcepub fn set_notebook_instance_name(self, input: Option<String>) -> Self
pub fn set_notebook_instance_name(self, input: Option<String>) -> Self
The name of the notebook instance that you want information about.
sourcepub fn build(self) -> Result<DescribeNotebookInstanceInput, BuildError>
pub fn build(self) -> Result<DescribeNotebookInstanceInput, BuildError>
Consumes the builder and constructs a DescribeNotebookInstanceInput
.
Trait Implementations§
source§impl Clone for DescribeNotebookInstanceInputBuilder
impl Clone for DescribeNotebookInstanceInputBuilder
source§fn clone(&self) -> DescribeNotebookInstanceInputBuilder
fn clone(&self) -> DescribeNotebookInstanceInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DescribeNotebookInstanceInputBuilder
impl Default for DescribeNotebookInstanceInputBuilder
source§fn default() -> DescribeNotebookInstanceInputBuilder
fn default() -> DescribeNotebookInstanceInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeNotebookInstanceInputBuilder> for DescribeNotebookInstanceInputBuilder
impl PartialEq<DescribeNotebookInstanceInputBuilder> for DescribeNotebookInstanceInputBuilder
source§fn eq(&self, other: &DescribeNotebookInstanceInputBuilder) -> bool
fn eq(&self, other: &DescribeNotebookInstanceInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.