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