Struct aws_sdk_redshift::operation::create_redshift_idc_application::builders::CreateRedshiftIdcApplicationFluentBuilder
source · pub struct CreateRedshiftIdcApplicationFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateRedshiftIdcApplication
.
Creates an Amazon Redshift application for use with IAM Identity Center.
Implementations§
source§impl CreateRedshiftIdcApplicationFluentBuilder
impl CreateRedshiftIdcApplicationFluentBuilder
sourcepub fn as_input(&self) -> &CreateRedshiftIdcApplicationInputBuilder
pub fn as_input(&self) -> &CreateRedshiftIdcApplicationInputBuilder
Access the CreateRedshiftIdcApplication as a reference.
sourcepub async fn send(
self
) -> Result<CreateRedshiftIdcApplicationOutput, SdkError<CreateRedshiftIdcApplicationError, HttpResponse>>
pub async fn send( self ) -> Result<CreateRedshiftIdcApplicationOutput, SdkError<CreateRedshiftIdcApplicationError, 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<CreateRedshiftIdcApplicationOutput, CreateRedshiftIdcApplicationError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateRedshiftIdcApplicationOutput, CreateRedshiftIdcApplicationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn idc_instance_arn(self, input: impl Into<String>) -> Self
pub fn idc_instance_arn(self, input: impl Into<String>) -> Self
The Amazon resource name (ARN) of the IAM Identity Center instance where Amazon Redshift creates a new managed application.
sourcepub fn set_idc_instance_arn(self, input: Option<String>) -> Self
pub fn set_idc_instance_arn(self, input: Option<String>) -> Self
The Amazon resource name (ARN) of the IAM Identity Center instance where Amazon Redshift creates a new managed application.
sourcepub fn get_idc_instance_arn(&self) -> &Option<String>
pub fn get_idc_instance_arn(&self) -> &Option<String>
The Amazon resource name (ARN) of the IAM Identity Center instance where Amazon Redshift creates a new managed application.
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 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 instance. 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 instance. 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 instance. 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 instance. It appears in 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 instance. It appears in 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 instance. It appears in 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 IAM role ARN for the Amazon Redshift IAM Identity Center application instance. 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 for the Amazon Redshift IAM Identity Center application instance. 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 for the Amazon Redshift IAM Identity Center application instance. It has the required permissions to be assumed and invoke the IDC Identity Center API.
Appends an item to AuthorizedTokenIssuerList
.
To override the contents of this collection use set_authorized_token_issuer_list
.
The token issuer list for the Amazon Redshift IAM Identity Center application instance.
The token issuer list for the Amazon Redshift IAM Identity Center application instance.
The token issuer list for the Amazon Redshift IAM Identity Center application instance.
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 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 collection 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 collection of service integrations for the Redshift IAM Identity Center application.
Trait Implementations§
source§impl Clone for CreateRedshiftIdcApplicationFluentBuilder
impl Clone for CreateRedshiftIdcApplicationFluentBuilder
source§fn clone(&self) -> CreateRedshiftIdcApplicationFluentBuilder
fn clone(&self) -> CreateRedshiftIdcApplicationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more