Struct aws_sdk_emr::operation::delete_studio_session_mapping::builders::DeleteStudioSessionMappingFluentBuilder
source · pub struct DeleteStudioSessionMappingFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteStudioSessionMapping
.
Removes a user or group from an Amazon EMR Studio.
Implementations§
source§impl DeleteStudioSessionMappingFluentBuilder
impl DeleteStudioSessionMappingFluentBuilder
sourcepub fn as_input(&self) -> &DeleteStudioSessionMappingInputBuilder
pub fn as_input(&self) -> &DeleteStudioSessionMappingInputBuilder
Access the DeleteStudioSessionMapping as a reference.
sourcepub async fn send(
self
) -> Result<DeleteStudioSessionMappingOutput, SdkError<DeleteStudioSessionMappingError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteStudioSessionMappingOutput, SdkError<DeleteStudioSessionMappingError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DeleteStudioSessionMappingOutput, DeleteStudioSessionMappingError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteStudioSessionMappingOutput, DeleteStudioSessionMappingError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn set_studio_id(self, input: Option<String>) -> Self
pub fn set_studio_id(self, input: Option<String>) -> Self
The ID of the Amazon EMR Studio.
sourcepub fn get_studio_id(&self) -> &Option<String>
pub fn get_studio_id(&self) -> &Option<String>
The ID of the Amazon EMR Studio.
sourcepub fn identity_id(self, input: impl Into<String>) -> Self
pub fn identity_id(self, input: impl Into<String>) -> Self
sourcepub fn set_identity_id(self, input: Option<String>) -> Self
pub fn set_identity_id(self, input: Option<String>) -> Self
sourcepub fn get_identity_id(&self) -> &Option<String>
pub fn get_identity_id(&self) -> &Option<String>
sourcepub fn identity_name(self, input: impl Into<String>) -> Self
pub fn identity_name(self, input: impl Into<String>) -> Self
The name of the user name or group to remove from the Amazon EMR Studio. For more information, see UserName and DisplayName in the IAM Identity Center Store API Reference. Either IdentityName
or IdentityId
must be specified.
sourcepub fn set_identity_name(self, input: Option<String>) -> Self
pub fn set_identity_name(self, input: Option<String>) -> Self
The name of the user name or group to remove from the Amazon EMR Studio. For more information, see UserName and DisplayName in the IAM Identity Center Store API Reference. Either IdentityName
or IdentityId
must be specified.
sourcepub fn get_identity_name(&self) -> &Option<String>
pub fn get_identity_name(&self) -> &Option<String>
The name of the user name or group to remove from the Amazon EMR Studio. For more information, see UserName and DisplayName in the IAM Identity Center Store API Reference. Either IdentityName
or IdentityId
must be specified.
sourcepub fn identity_type(self, input: IdentityType) -> Self
pub fn identity_type(self, input: IdentityType) -> Self
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
sourcepub fn set_identity_type(self, input: Option<IdentityType>) -> Self
pub fn set_identity_type(self, input: Option<IdentityType>) -> Self
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
sourcepub fn get_identity_type(&self) -> &Option<IdentityType>
pub fn get_identity_type(&self) -> &Option<IdentityType>
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
Trait Implementations§
source§impl Clone for DeleteStudioSessionMappingFluentBuilder
impl Clone for DeleteStudioSessionMappingFluentBuilder
source§fn clone(&self) -> DeleteStudioSessionMappingFluentBuilder
fn clone(&self) -> DeleteStudioSessionMappingFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more