Struct aws_sdk_redshift::operation::modify_redshift_idc_application::builders::ModifyRedshiftIdcApplicationFluentBuilder
source · pub struct ModifyRedshiftIdcApplicationFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to ModifyRedshiftIdcApplication
.
Changes an existing Amazon Redshift IAM Identity Center application.
Implementations§
source§impl ModifyRedshiftIdcApplicationFluentBuilder
impl ModifyRedshiftIdcApplicationFluentBuilder
sourcepub fn as_input(&self) -> &ModifyRedshiftIdcApplicationInputBuilder
pub fn as_input(&self) -> &ModifyRedshiftIdcApplicationInputBuilder
Access the ModifyRedshiftIdcApplication as a reference.
sourcepub async fn send(
self
) -> Result<ModifyRedshiftIdcApplicationOutput, SdkError<ModifyRedshiftIdcApplicationError, HttpResponse>>
pub async fn send( self ) -> Result<ModifyRedshiftIdcApplicationOutput, SdkError<ModifyRedshiftIdcApplicationError, 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<ModifyRedshiftIdcApplicationOutput, ModifyRedshiftIdcApplicationError, Self>
pub fn customize( self ) -> CustomizableOperation<ModifyRedshiftIdcApplicationOutput, ModifyRedshiftIdcApplicationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn redshift_idc_application_arn(self, input: impl Into<String>) -> Self
pub fn redshift_idc_application_arn(self, input: impl Into<String>) -> Self
The ARN for the Redshift application that integrates with IAM Identity Center.
sourcepub fn set_redshift_idc_application_arn(self, input: Option<String>) -> Self
pub fn set_redshift_idc_application_arn(self, input: Option<String>) -> Self
The ARN for the Redshift application that integrates with IAM Identity Center.
sourcepub fn get_redshift_idc_application_arn(&self) -> &Option<String>
pub fn get_redshift_idc_application_arn(&self) -> &Option<String>
The ARN for the Redshift application that integrates with IAM Identity Center.
sourcepub fn identity_namespace(self, input: impl Into<String>) -> Self
pub fn identity_namespace(self, input: impl Into<String>) -> Self
The namespace for the Amazon Redshift IAM Identity Center application to change. It determines which managed application verifies the connection token.
sourcepub fn set_identity_namespace(self, input: Option<String>) -> Self
pub fn set_identity_namespace(self, input: Option<String>) -> Self
The namespace for the Amazon Redshift IAM Identity Center application to change. It determines which managed application verifies the connection token.
sourcepub fn get_identity_namespace(&self) -> &Option<String>
pub fn get_identity_namespace(&self) -> &Option<String>
The namespace for the Amazon Redshift IAM Identity Center application to change. It determines which managed application verifies the connection token.
sourcepub fn iam_role_arn(self, input: impl Into<String>) -> Self
pub fn iam_role_arn(self, input: impl Into<String>) -> Self
The IAM role ARN associated with the Amazon Redshift IAM Identity Center application to change. It has the required permissions to be assumed and invoke the IDC Identity Center API.
sourcepub fn set_iam_role_arn(self, input: Option<String>) -> Self
pub fn set_iam_role_arn(self, input: Option<String>) -> Self
The IAM role ARN associated with the Amazon Redshift IAM Identity Center application to change. It has the required permissions to be assumed and invoke the IDC Identity Center API.
sourcepub fn get_iam_role_arn(&self) -> &Option<String>
pub fn get_iam_role_arn(&self) -> &Option<String>
The IAM role ARN associated with the Amazon Redshift IAM Identity Center application to change. It has the required permissions to be assumed and invoke the IDC Identity Center API.
sourcepub fn idc_display_name(self, input: impl Into<String>) -> Self
pub fn idc_display_name(self, input: impl Into<String>) -> Self
The display name for the Amazon Redshift IAM Identity Center application to change. It appears on the console.
sourcepub fn set_idc_display_name(self, input: Option<String>) -> Self
pub fn set_idc_display_name(self, input: Option<String>) -> Self
The display name for the Amazon Redshift IAM Identity Center application to change. It appears on the console.
sourcepub fn get_idc_display_name(&self) -> &Option<String>
pub fn get_idc_display_name(&self) -> &Option<String>
The display name for the Amazon Redshift IAM Identity Center application to change. It appears on the console.
Appends an item to AuthorizedTokenIssuerList
.
To override the contents of this collection use set_authorized_token_issuer_list
.
The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.
The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.
The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.
sourcepub fn service_integrations(self, input: ServiceIntegrationsUnion) -> Self
pub fn service_integrations(self, input: ServiceIntegrationsUnion) -> Self
Appends an item to ServiceIntegrations
.
To override the contents of this collection use set_service_integrations
.
A collection of service integrations associated with the application.
sourcepub fn set_service_integrations(
self,
input: Option<Vec<ServiceIntegrationsUnion>>
) -> Self
pub fn set_service_integrations( self, input: Option<Vec<ServiceIntegrationsUnion>> ) -> Self
A collection of service integrations associated with the application.
sourcepub fn get_service_integrations(&self) -> &Option<Vec<ServiceIntegrationsUnion>>
pub fn get_service_integrations(&self) -> &Option<Vec<ServiceIntegrationsUnion>>
A collection of service integrations associated with the application.
Trait Implementations§
source§impl Clone for ModifyRedshiftIdcApplicationFluentBuilder
impl Clone for ModifyRedshiftIdcApplicationFluentBuilder
source§fn clone(&self) -> ModifyRedshiftIdcApplicationFluentBuilder
fn clone(&self) -> ModifyRedshiftIdcApplicationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more