pub struct Builder { /* private fields */ }
Expand description
A builder for CreatePresignedNotebookInstanceUrlInput
.
Implementations§
source§impl Builder
impl Builder
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.
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.
sourcepub fn session_expiration_duration_in_seconds(self, input: i32) -> Self
pub fn session_expiration_duration_in_seconds(self, input: i32) -> Self
The duration of the session, in seconds. The default is 12 hours.
sourcepub fn set_session_expiration_duration_in_seconds(
self,
input: Option<i32>
) -> Self
pub fn set_session_expiration_duration_in_seconds(
self,
input: Option<i32>
) -> Self
The duration of the session, in seconds. The default is 12 hours.
sourcepub fn build(
self
) -> Result<CreatePresignedNotebookInstanceUrlInput, BuildError>
pub fn build(
self
) -> Result<CreatePresignedNotebookInstanceUrlInput, BuildError>
Consumes the builder and constructs a CreatePresignedNotebookInstanceUrlInput
.