Class CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty>
- Enclosing interface:
CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty
@Stability(Stable)
public static final class CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticationConfiguration(CfnDataAccessorPropsMixin.DataAccessorAuthenticationConfigurationProperty authenticationConfiguration) authenticationConfiguration(IResolvable authenticationConfiguration) authenticationType(String authenticationType) build()Builds the configured instance.externalIds(List<String> externalIds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
authenticationConfiguration
@Stability(Stable) public CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.Builder authenticationConfiguration(IResolvable authenticationConfiguration) Sets the value ofCfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.getAuthenticationConfiguration()- Parameters:
authenticationConfiguration- The specific authentication configuration based on the authentication type.- Returns:
this
-
authenticationConfiguration
@Stability(Stable) public CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.Builder authenticationConfiguration(CfnDataAccessorPropsMixin.DataAccessorAuthenticationConfigurationProperty authenticationConfiguration) Sets the value ofCfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.getAuthenticationConfiguration()- Parameters:
authenticationConfiguration- The specific authentication configuration based on the authentication type.- Returns:
this
-
authenticationType
@Stability(Stable) public CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.Builder authenticationType(String authenticationType) Sets the value ofCfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.getAuthenticationType()- Parameters:
authenticationType- The type of authentication to use for the data accessor. This determines how the ISV authenticates when accessing data. You can use one of two authentication types:AWS_IAM_IDC_TTI- Authentication using IAM Identity Center Trusted Token Issuer (TTI). This authentication type allows the ISV to use a trusted token issuer to generate tokens for accessing the data.AWS_IAM_IDC_AUTH_CODE- Authentication using IAM Identity Center authorization code flow. This authentication type uses the standard OAuth 2.0 authorization code flow for authentication.
- Returns:
this
-
externalIds
@Stability(Stable) public CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.Builder externalIds(List<String> externalIds) Sets the value ofCfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty.getExternalIds()- Parameters:
externalIds- A list of external identifiers associated with this authentication configuration. These are used to correlate the data accessor with external systems.- Returns:
this
-
build
@Stability(Stable) public CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty>- Returns:
- a new instance of
CfnDataAccessorPropsMixin.DataAccessorAuthenticationDetailProperty - Throws:
NullPointerException- if any required attribute was not provided
-