Interface DataAccessorAuthenticationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataAccessorAuthenticationConfiguration.Builder,
,DataAccessorAuthenticationConfiguration> SdkBuilder<DataAccessorAuthenticationConfiguration.Builder,
,DataAccessorAuthenticationConfiguration> SdkPojo
- Enclosing class:
DataAccessorAuthenticationConfiguration
@Mutable
@NotThreadSafe
public static interface DataAccessorAuthenticationConfiguration.Builder
extends SdkPojo, CopyableBuilder<DataAccessorAuthenticationConfiguration.Builder,DataAccessorAuthenticationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionidcTrustedTokenIssuerConfiguration
(Consumer<DataAccessorIdcTrustedTokenIssuerConfiguration.Builder> idcTrustedTokenIssuerConfiguration) Configuration for IAM Identity Center Trusted Token Issuer (TTI) authentication used when the authentication type isAWS_IAM_IDC_TTI
.idcTrustedTokenIssuerConfiguration
(DataAccessorIdcTrustedTokenIssuerConfiguration idcTrustedTokenIssuerConfiguration) Configuration for IAM Identity Center Trusted Token Issuer (TTI) authentication used when the authentication type isAWS_IAM_IDC_TTI
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
idcTrustedTokenIssuerConfiguration
DataAccessorAuthenticationConfiguration.Builder idcTrustedTokenIssuerConfiguration(DataAccessorIdcTrustedTokenIssuerConfiguration idcTrustedTokenIssuerConfiguration) Configuration for IAM Identity Center Trusted Token Issuer (TTI) authentication used when the authentication type is
AWS_IAM_IDC_TTI
.- Parameters:
idcTrustedTokenIssuerConfiguration
- Configuration for IAM Identity Center Trusted Token Issuer (TTI) authentication used when the authentication type isAWS_IAM_IDC_TTI
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idcTrustedTokenIssuerConfiguration
default DataAccessorAuthenticationConfiguration.Builder idcTrustedTokenIssuerConfiguration(Consumer<DataAccessorIdcTrustedTokenIssuerConfiguration.Builder> idcTrustedTokenIssuerConfiguration) Configuration for IAM Identity Center Trusted Token Issuer (TTI) authentication used when the authentication type is
This is a convenience method that creates an instance of theAWS_IAM_IDC_TTI
.DataAccessorIdcTrustedTokenIssuerConfiguration.Builder
avoiding the need to create one manually viaDataAccessorIdcTrustedTokenIssuerConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toidcTrustedTokenIssuerConfiguration(DataAccessorIdcTrustedTokenIssuerConfiguration)
.- Parameters:
idcTrustedTokenIssuerConfiguration
- a consumer that will call methods onDataAccessorIdcTrustedTokenIssuerConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-