Struct aws_sdk_quicksight::operation::update_identity_propagation_config::builders::UpdateIdentityPropagationConfigInputBuilder
source · #[non_exhaustive]pub struct UpdateIdentityPropagationConfigInputBuilder { /* private fields */ }Expand description
A builder for UpdateIdentityPropagationConfigInput.
Implementations§
source§impl UpdateIdentityPropagationConfigInputBuilder
impl UpdateIdentityPropagationConfigInputBuilder
sourcepub fn aws_account_id(self, input: impl Into<String>) -> Self
pub fn aws_account_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account that contains the identity propagation configuration that you want to update.
This field is required.sourcepub fn set_aws_account_id(self, input: Option<String>) -> Self
pub fn set_aws_account_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account that contains the identity propagation configuration that you want to update.
sourcepub fn get_aws_account_id(&self) -> &Option<String>
pub fn get_aws_account_id(&self) -> &Option<String>
The ID of the Amazon Web Services account that contains the identity propagation configuration that you want to update.
sourcepub fn service(self, input: ServiceType) -> Self
pub fn service(self, input: ServiceType) -> Self
The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.
This field is required.sourcepub fn set_service(self, input: Option<ServiceType>) -> Self
pub fn set_service(self, input: Option<ServiceType>) -> Self
The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.
sourcepub fn get_service(&self) -> &Option<ServiceType>
pub fn get_service(&self) -> &Option<ServiceType>
The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.
Appends an item to authorized_targets.
To override the contents of this collection use set_authorized_targets.
Specifies a list of application ARNs that represent the authorized targets for a service.
Specifies a list of application ARNs that represent the authorized targets for a service.
Specifies a list of application ARNs that represent the authorized targets for a service.
sourcepub fn build(self) -> Result<UpdateIdentityPropagationConfigInput, BuildError>
pub fn build(self) -> Result<UpdateIdentityPropagationConfigInput, BuildError>
Consumes the builder and constructs a UpdateIdentityPropagationConfigInput.
source§impl UpdateIdentityPropagationConfigInputBuilder
impl UpdateIdentityPropagationConfigInputBuilder
sourcepub async fn send_with(
self,
client: &Client,
) -> Result<UpdateIdentityPropagationConfigOutput, SdkError<UpdateIdentityPropagationConfigError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<UpdateIdentityPropagationConfigOutput, SdkError<UpdateIdentityPropagationConfigError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateIdentityPropagationConfigInputBuilder
impl Clone for UpdateIdentityPropagationConfigInputBuilder
source§fn clone(&self) -> UpdateIdentityPropagationConfigInputBuilder
fn clone(&self) -> UpdateIdentityPropagationConfigInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for UpdateIdentityPropagationConfigInputBuilder
impl Default for UpdateIdentityPropagationConfigInputBuilder
source§fn default() -> UpdateIdentityPropagationConfigInputBuilder
fn default() -> UpdateIdentityPropagationConfigInputBuilder
source§impl PartialEq for UpdateIdentityPropagationConfigInputBuilder
impl PartialEq for UpdateIdentityPropagationConfigInputBuilder
source§fn eq(&self, other: &UpdateIdentityPropagationConfigInputBuilder) -> bool
fn eq(&self, other: &UpdateIdentityPropagationConfigInputBuilder) -> bool
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateIdentityPropagationConfigInputBuilder
Auto Trait Implementations§
impl Freeze for UpdateIdentityPropagationConfigInputBuilder
impl RefUnwindSafe for UpdateIdentityPropagationConfigInputBuilder
impl Send for UpdateIdentityPropagationConfigInputBuilder
impl Sync for UpdateIdentityPropagationConfigInputBuilder
impl Unpin for UpdateIdentityPropagationConfigInputBuilder
impl UnwindSafe for UpdateIdentityPropagationConfigInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more