Struct aws_sdk_redshift::operation::modify_redshift_idc_application::builders::ModifyRedshiftIdcApplicationInputBuilder
source · #[non_exhaustive]pub struct ModifyRedshiftIdcApplicationInputBuilder { /* private fields */ }
Expand description
A builder for ModifyRedshiftIdcApplicationInput
.
Implementations§
source§impl ModifyRedshiftIdcApplicationInputBuilder
impl ModifyRedshiftIdcApplicationInputBuilder
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.
This field is required.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 authorized_token_issuer_list
.
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 service_integrations
.
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.
sourcepub fn build(self) -> Result<ModifyRedshiftIdcApplicationInput, BuildError>
pub fn build(self) -> Result<ModifyRedshiftIdcApplicationInput, BuildError>
Consumes the builder and constructs a ModifyRedshiftIdcApplicationInput
.
source§impl ModifyRedshiftIdcApplicationInputBuilder
impl ModifyRedshiftIdcApplicationInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ModifyRedshiftIdcApplicationOutput, SdkError<ModifyRedshiftIdcApplicationError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ModifyRedshiftIdcApplicationOutput, SdkError<ModifyRedshiftIdcApplicationError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ModifyRedshiftIdcApplicationInputBuilder
impl Clone for ModifyRedshiftIdcApplicationInputBuilder
source§fn clone(&self) -> ModifyRedshiftIdcApplicationInputBuilder
fn clone(&self) -> ModifyRedshiftIdcApplicationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ModifyRedshiftIdcApplicationInputBuilder
impl Default for ModifyRedshiftIdcApplicationInputBuilder
source§fn default() -> ModifyRedshiftIdcApplicationInputBuilder
fn default() -> ModifyRedshiftIdcApplicationInputBuilder
source§impl PartialEq for ModifyRedshiftIdcApplicationInputBuilder
impl PartialEq for ModifyRedshiftIdcApplicationInputBuilder
source§fn eq(&self, other: &ModifyRedshiftIdcApplicationInputBuilder) -> bool
fn eq(&self, other: &ModifyRedshiftIdcApplicationInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.