Struct aws_sdk_emr::operation::list_studio_session_mappings::builders::ListStudioSessionMappingsOutputBuilder
source · #[non_exhaustive]pub struct ListStudioSessionMappingsOutputBuilder { /* private fields */ }Expand description
A builder for ListStudioSessionMappingsOutput.
Implementations§
source§impl ListStudioSessionMappingsOutputBuilder
impl ListStudioSessionMappingsOutputBuilder
sourcepub fn session_mappings(self, input: SessionMappingSummary) -> Self
pub fn session_mappings(self, input: SessionMappingSummary) -> Self
Appends an item to session_mappings.
To override the contents of this collection use set_session_mappings.
A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.
sourcepub fn set_session_mappings(
self,
input: Option<Vec<SessionMappingSummary>>
) -> Self
pub fn set_session_mappings( self, input: Option<Vec<SessionMappingSummary>> ) -> Self
A list of session mapping summary objects. Each object includes session mapping details such as creation time, identity type (user or group), and Amazon EMR Studio ID.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
The pagination token that indicates the next set of results to retrieve.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
The pagination token that indicates the next set of results to retrieve.
sourcepub fn build(self) -> ListStudioSessionMappingsOutput
pub fn build(self) -> ListStudioSessionMappingsOutput
Consumes the builder and constructs a ListStudioSessionMappingsOutput.
Trait Implementations§
source§impl Clone for ListStudioSessionMappingsOutputBuilder
impl Clone for ListStudioSessionMappingsOutputBuilder
source§fn clone(&self) -> ListStudioSessionMappingsOutputBuilder
fn clone(&self) -> ListStudioSessionMappingsOutputBuilder
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 ListStudioSessionMappingsOutputBuilder
impl Default for ListStudioSessionMappingsOutputBuilder
source§fn default() -> ListStudioSessionMappingsOutputBuilder
fn default() -> ListStudioSessionMappingsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListStudioSessionMappingsOutputBuilder> for ListStudioSessionMappingsOutputBuilder
impl PartialEq<ListStudioSessionMappingsOutputBuilder> for ListStudioSessionMappingsOutputBuilder
source§fn eq(&self, other: &ListStudioSessionMappingsOutputBuilder) -> bool
fn eq(&self, other: &ListStudioSessionMappingsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.