Struct aws_sdk_ssoadmin::operation::create_application_assignment::builders::CreateApplicationAssignmentFluentBuilder
source · pub struct CreateApplicationAssignmentFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateApplicationAssignment
.
Grant application access to a user or group.
Implementations§
source§impl CreateApplicationAssignmentFluentBuilder
impl CreateApplicationAssignmentFluentBuilder
sourcepub fn as_input(&self) -> &CreateApplicationAssignmentInputBuilder
pub fn as_input(&self) -> &CreateApplicationAssignmentInputBuilder
Access the CreateApplicationAssignment as a reference.
sourcepub async fn send(
self
) -> Result<CreateApplicationAssignmentOutput, SdkError<CreateApplicationAssignmentError, HttpResponse>>
pub async fn send( self ) -> Result<CreateApplicationAssignmentOutput, SdkError<CreateApplicationAssignmentError, 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<CreateApplicationAssignmentOutput, CreateApplicationAssignmentError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateApplicationAssignmentOutput, CreateApplicationAssignmentError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn application_arn(self, input: impl Into<String>) -> Self
pub fn application_arn(self, input: impl Into<String>) -> Self
The ARN of the application provider under which the operation will run.
sourcepub fn set_application_arn(self, input: Option<String>) -> Self
pub fn set_application_arn(self, input: Option<String>) -> Self
The ARN of the application provider under which the operation will run.
sourcepub fn get_application_arn(&self) -> &Option<String>
pub fn get_application_arn(&self) -> &Option<String>
The ARN of the application provider under which the operation will run.
sourcepub fn principal_id(self, input: impl Into<String>) -> Self
pub fn principal_id(self, input: impl Into<String>) -> Self
An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
sourcepub fn set_principal_id(self, input: Option<String>) -> Self
pub fn set_principal_id(self, input: Option<String>) -> Self
An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
sourcepub fn get_principal_id(&self) -> &Option<String>
pub fn get_principal_id(&self) -> &Option<String>
An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
sourcepub fn principal_type(self, input: PrincipalType) -> Self
pub fn principal_type(self, input: PrincipalType) -> Self
The entity type for which the assignment will be created.
sourcepub fn set_principal_type(self, input: Option<PrincipalType>) -> Self
pub fn set_principal_type(self, input: Option<PrincipalType>) -> Self
The entity type for which the assignment will be created.
sourcepub fn get_principal_type(&self) -> &Option<PrincipalType>
pub fn get_principal_type(&self) -> &Option<PrincipalType>
The entity type for which the assignment will be created.
Trait Implementations§
source§impl Clone for CreateApplicationAssignmentFluentBuilder
impl Clone for CreateApplicationAssignmentFluentBuilder
source§fn clone(&self) -> CreateApplicationAssignmentFluentBuilder
fn clone(&self) -> CreateApplicationAssignmentFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more