#[non_exhaustive]pub struct RedshiftIdcApplicationBuilder { /* private fields */ }
Expand description
A builder for RedshiftIdcApplication
.
Implementations§
source§impl RedshiftIdcApplicationBuilder
impl RedshiftIdcApplicationBuilder
sourcepub fn idc_instance_arn(self, input: impl Into<String>) -> Self
pub fn idc_instance_arn(self, input: impl Into<String>) -> Self
The ARN for the IAM Identity Center instance that Redshift integrates with.
sourcepub fn set_idc_instance_arn(self, input: Option<String>) -> Self
pub fn set_idc_instance_arn(self, input: Option<String>) -> Self
The ARN for the IAM Identity Center instance that Redshift integrates with.
sourcepub fn get_idc_instance_arn(&self) -> &Option<String>
pub fn get_idc_instance_arn(&self) -> &Option<String>
The ARN for the IAM Identity Center instance that Redshift integrates with.
sourcepub fn redshift_idc_application_name(self, input: impl Into<String>) -> Self
pub fn redshift_idc_application_name(self, input: impl Into<String>) -> Self
The name of the Redshift application in IAM Identity Center.
sourcepub fn set_redshift_idc_application_name(self, input: Option<String>) -> Self
pub fn set_redshift_idc_application_name(self, input: Option<String>) -> Self
The name of the Redshift application in IAM Identity Center.
sourcepub fn get_redshift_idc_application_name(&self) -> &Option<String>
pub fn get_redshift_idc_application_name(&self) -> &Option<String>
The name of the Redshift application in IAM Identity Center.
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 identity namespace for the Amazon Redshift IAM Identity Center application. 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 identity namespace for the Amazon Redshift IAM Identity Center application. 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 identity namespace for the Amazon Redshift IAM Identity Center application. It determines which managed application verifies the connection token.
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. 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. 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. It appears on the console.
sourcepub fn iam_role_arn(self, input: impl Into<String>) -> Self
pub fn iam_role_arn(self, input: impl Into<String>) -> Self
The ARN for the Amazon Redshift IAM Identity Center application. 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 ARN for the Amazon Redshift IAM Identity Center application. 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 ARN for the Amazon Redshift IAM Identity Center application. It has the required permissions to be assumed and invoke the IDC Identity Center API.
sourcepub fn idc_managed_application_arn(self, input: impl Into<String>) -> Self
pub fn idc_managed_application_arn(self, input: impl Into<String>) -> Self
The ARN for the Amazon Redshift IAM Identity Center application.
sourcepub fn set_idc_managed_application_arn(self, input: Option<String>) -> Self
pub fn set_idc_managed_application_arn(self, input: Option<String>) -> Self
The ARN for the Amazon Redshift IAM Identity Center application.
sourcepub fn get_idc_managed_application_arn(&self) -> &Option<String>
pub fn get_idc_managed_application_arn(&self) -> &Option<String>
The ARN for the Amazon Redshift IAM Identity Center application.
sourcepub fn idc_onboard_status(self, input: impl Into<String>) -> Self
pub fn idc_onboard_status(self, input: impl Into<String>) -> Self
The onboarding status for the Amazon Redshift IAM Identity Center application.
sourcepub fn set_idc_onboard_status(self, input: Option<String>) -> Self
pub fn set_idc_onboard_status(self, input: Option<String>) -> Self
The onboarding status for the Amazon Redshift IAM Identity Center application.
sourcepub fn get_idc_onboard_status(&self) -> &Option<String>
pub fn get_idc_onboard_status(&self) -> &Option<String>
The onboarding status for the Amazon Redshift IAM Identity Center application.
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.
The authorized token issuer list for the Amazon Redshift IAM Identity Center application.
The authorized token issuer list for the Amazon Redshift IAM Identity Center application.
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 list of service integrations for the Redshift IAM Identity Center application.
sourcepub fn set_service_integrations(
self,
input: Option<Vec<ServiceIntegrationsUnion>>
) -> Self
pub fn set_service_integrations( self, input: Option<Vec<ServiceIntegrationsUnion>> ) -> Self
A list of service integrations for the Redshift IAM Identity Center application.
sourcepub fn get_service_integrations(&self) -> &Option<Vec<ServiceIntegrationsUnion>>
pub fn get_service_integrations(&self) -> &Option<Vec<ServiceIntegrationsUnion>>
A list of service integrations for the Redshift IAM Identity Center application.
sourcepub fn build(self) -> RedshiftIdcApplication
pub fn build(self) -> RedshiftIdcApplication
Consumes the builder and constructs a RedshiftIdcApplication
.
Trait Implementations§
source§impl Clone for RedshiftIdcApplicationBuilder
impl Clone for RedshiftIdcApplicationBuilder
source§fn clone(&self) -> RedshiftIdcApplicationBuilder
fn clone(&self) -> RedshiftIdcApplicationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for RedshiftIdcApplicationBuilder
impl Default for RedshiftIdcApplicationBuilder
source§fn default() -> RedshiftIdcApplicationBuilder
fn default() -> RedshiftIdcApplicationBuilder
source§impl PartialEq for RedshiftIdcApplicationBuilder
impl PartialEq for RedshiftIdcApplicationBuilder
source§fn eq(&self, other: &RedshiftIdcApplicationBuilder) -> bool
fn eq(&self, other: &RedshiftIdcApplicationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.