Struct aws_sdk_verifiedpermissions::operation::update_identity_source::builders::UpdateIdentitySourceFluentBuilder
source · pub struct UpdateIdentitySourceFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateIdentitySource.
Updates the specified identity source to use a new identity provider (IdP) source, or to change the mapping of identities from the IdP to a different principal entity type.
Verified Permissions is eventually consistent . It can take a few seconds for a new or changed element to be propagate through the service and be visible in the results of other Verified Permissions operations.
Implementations§
source§impl UpdateIdentitySourceFluentBuilder
impl UpdateIdentitySourceFluentBuilder
sourcepub fn as_input(&self) -> &UpdateIdentitySourceInputBuilder
pub fn as_input(&self) -> &UpdateIdentitySourceInputBuilder
Access the UpdateIdentitySource as a reference.
sourcepub async fn send(
self
) -> Result<UpdateIdentitySourceOutput, SdkError<UpdateIdentitySourceError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateIdentitySourceOutput, SdkError<UpdateIdentitySourceError, 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<UpdateIdentitySourceOutput, UpdateIdentitySourceError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateIdentitySourceOutput, UpdateIdentitySourceError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn policy_store_id(self, input: impl Into<String>) -> Self
pub fn policy_store_id(self, input: impl Into<String>) -> Self
Specifies the ID of the policy store that contains the identity source that you want to update.
sourcepub fn set_policy_store_id(self, input: Option<String>) -> Self
pub fn set_policy_store_id(self, input: Option<String>) -> Self
Specifies the ID of the policy store that contains the identity source that you want to update.
sourcepub fn get_policy_store_id(&self) -> &Option<String>
pub fn get_policy_store_id(&self) -> &Option<String>
Specifies the ID of the policy store that contains the identity source that you want to update.
sourcepub fn identity_source_id(self, input: impl Into<String>) -> Self
pub fn identity_source_id(self, input: impl Into<String>) -> Self
Specifies the ID of the identity source that you want to update.
sourcepub fn set_identity_source_id(self, input: Option<String>) -> Self
pub fn set_identity_source_id(self, input: Option<String>) -> Self
Specifies the ID of the identity source that you want to update.
sourcepub fn get_identity_source_id(&self) -> &Option<String>
pub fn get_identity_source_id(&self) -> &Option<String>
Specifies the ID of the identity source that you want to update.
sourcepub fn update_configuration(self, input: UpdateConfiguration) -> Self
pub fn update_configuration(self, input: UpdateConfiguration) -> Self
Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.
At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.
You must specify a userPoolArn, and optionally, a ClientId.
sourcepub fn set_update_configuration(
self,
input: Option<UpdateConfiguration>
) -> Self
pub fn set_update_configuration( self, input: Option<UpdateConfiguration> ) -> Self
Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.
At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.
You must specify a userPoolArn, and optionally, a ClientId.
sourcepub fn get_update_configuration(&self) -> &Option<UpdateConfiguration>
pub fn get_update_configuration(&self) -> &Option<UpdateConfiguration>
Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.
At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.
You must specify a userPoolArn, and optionally, a ClientId.
sourcepub fn principal_entity_type(self, input: impl Into<String>) -> Self
pub fn principal_entity_type(self, input: impl Into<String>) -> Self
Specifies the data type of principals generated for identities authenticated by the identity source.
sourcepub fn set_principal_entity_type(self, input: Option<String>) -> Self
pub fn set_principal_entity_type(self, input: Option<String>) -> Self
Specifies the data type of principals generated for identities authenticated by the identity source.
sourcepub fn get_principal_entity_type(&self) -> &Option<String>
pub fn get_principal_entity_type(&self) -> &Option<String>
Specifies the data type of principals generated for identities authenticated by the identity source.
Trait Implementations§
source§impl Clone for UpdateIdentitySourceFluentBuilder
impl Clone for UpdateIdentitySourceFluentBuilder
source§fn clone(&self) -> UpdateIdentitySourceFluentBuilder
fn clone(&self) -> UpdateIdentitySourceFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more