Interface ModifyRedshiftIdcApplicationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ModifyRedshiftIdcApplicationRequest.Builder,
,ModifyRedshiftIdcApplicationRequest> RedshiftRequest.Builder
,SdkBuilder<ModifyRedshiftIdcApplicationRequest.Builder,
,ModifyRedshiftIdcApplicationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ModifyRedshiftIdcApplicationRequest
-
Method Summary
Modifier and TypeMethodDescriptionauthorizedTokenIssuerList
(Collection<AuthorizedTokenIssuer> authorizedTokenIssuerList) The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.authorizedTokenIssuerList
(Consumer<AuthorizedTokenIssuer.Builder>... authorizedTokenIssuerList) The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.authorizedTokenIssuerList
(AuthorizedTokenIssuer... authorizedTokenIssuerList) The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.iamRoleArn
(String iamRoleArn) The IAM role ARN associated with the Amazon Redshift IAM Identity Center application to change.idcDisplayName
(String idcDisplayName) The display name for the Amazon Redshift IAM Identity Center application to change.identityNamespace
(String identityNamespace) The namespace for the Amazon Redshift IAM Identity Center application to change.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.redshiftIdcApplicationArn
(String redshiftIdcApplicationArn) The ARN for the Redshift application that integrates with IAM Identity Center.serviceIntegrations
(Collection<ServiceIntegrationsUnion> serviceIntegrations) A collection of service integrations associated with the application.serviceIntegrations
(Consumer<ServiceIntegrationsUnion.Builder>... serviceIntegrations) A collection of service integrations associated with the application.serviceIntegrations
(ServiceIntegrationsUnion... serviceIntegrations) A collection of service integrations associated with the application.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
redshiftIdcApplicationArn
ModifyRedshiftIdcApplicationRequest.Builder redshiftIdcApplicationArn(String redshiftIdcApplicationArn) The ARN for the Redshift application that integrates with IAM Identity Center.
- Parameters:
redshiftIdcApplicationArn
- The ARN for the Redshift application that integrates with IAM Identity Center.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityNamespace
The namespace for the Amazon Redshift IAM Identity Center application to change. It determines which managed application verifies the connection token.
- Parameters:
identityNamespace
- The namespace for the Amazon Redshift IAM Identity Center application to change. It determines which managed application verifies the connection token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoleArn
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.
- Parameters:
iamRoleArn
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idcDisplayName
The display name for the Amazon Redshift IAM Identity Center application to change. It appears on the console.
- Parameters:
idcDisplayName
- The display name for the Amazon Redshift IAM Identity Center application to change. It appears on the console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedTokenIssuerList
ModifyRedshiftIdcApplicationRequest.Builder authorizedTokenIssuerList(Collection<AuthorizedTokenIssuer> authorizedTokenIssuerList) The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.
- Parameters:
authorizedTokenIssuerList
- The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedTokenIssuerList
ModifyRedshiftIdcApplicationRequest.Builder authorizedTokenIssuerList(AuthorizedTokenIssuer... authorizedTokenIssuerList) The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.
- Parameters:
authorizedTokenIssuerList
- The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedTokenIssuerList
ModifyRedshiftIdcApplicationRequest.Builder authorizedTokenIssuerList(Consumer<AuthorizedTokenIssuer.Builder>... authorizedTokenIssuerList) The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.
This is a convenience method that creates an instance of theAuthorizedTokenIssuer.Builder
avoiding the need to create one manually viaAuthorizedTokenIssuer.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toauthorizedTokenIssuerList(List<AuthorizedTokenIssuer>)
.- Parameters:
authorizedTokenIssuerList
- a consumer that will call methods onAuthorizedTokenIssuer.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceIntegrations
ModifyRedshiftIdcApplicationRequest.Builder serviceIntegrations(Collection<ServiceIntegrationsUnion> serviceIntegrations) A collection of service integrations associated with the application.
- Parameters:
serviceIntegrations
- A collection of service integrations associated with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceIntegrations
ModifyRedshiftIdcApplicationRequest.Builder serviceIntegrations(ServiceIntegrationsUnion... serviceIntegrations) A collection of service integrations associated with the application.
- Parameters:
serviceIntegrations
- A collection of service integrations associated with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceIntegrations
ModifyRedshiftIdcApplicationRequest.Builder serviceIntegrations(Consumer<ServiceIntegrationsUnion.Builder>... serviceIntegrations) A collection of service integrations associated with the application.
This is a convenience method that creates an instance of theServiceIntegrationsUnion.Builder
avoiding the need to create one manually viaServiceIntegrationsUnion.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toserviceIntegrations(List<ServiceIntegrationsUnion>)
.- Parameters:
serviceIntegrations
- a consumer that will call methods onServiceIntegrationsUnion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ModifyRedshiftIdcApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ModifyRedshiftIdcApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-