public static interface AdditionalAuthenticationProvider.Builder extends SdkPojo, CopyableBuilder<AdditionalAuthenticationProvider.Builder,AdditionalAuthenticationProvider>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdditionalAuthenticationProvider.Builder authenticationType(String authenticationType)
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
authenticationType - The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.AuthenticationType,
AuthenticationTypeAdditionalAuthenticationProvider.Builder authenticationType(AuthenticationType authenticationType)
The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.
authenticationType - The authentication type: API key, AWS IAM, OIDC, or Amazon Cognito user pools.AuthenticationType,
AuthenticationTypeAdditionalAuthenticationProvider.Builder openIDConnectConfig(OpenIDConnectConfig openIDConnectConfig)
The OpenID Connect configuration.
openIDConnectConfig - The OpenID Connect configuration.default AdditionalAuthenticationProvider.Builder openIDConnectConfig(Consumer<OpenIDConnectConfig.Builder> openIDConnectConfig)
The OpenID Connect configuration.
This is a convenience that creates an instance of theOpenIDConnectConfig.Builder avoiding the need
to create one manually via OpenIDConnectConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to openIDConnectConfig(OpenIDConnectConfig).openIDConnectConfig - a consumer that will call methods on OpenIDConnectConfig.BuilderopenIDConnectConfig(OpenIDConnectConfig)AdditionalAuthenticationProvider.Builder userPoolConfig(CognitoUserPoolConfig userPoolConfig)
The Amazon Cognito user pool configuration.
userPoolConfig - The Amazon Cognito user pool configuration.default AdditionalAuthenticationProvider.Builder userPoolConfig(Consumer<CognitoUserPoolConfig.Builder> userPoolConfig)
The Amazon Cognito user pool configuration.
This is a convenience that creates an instance of theCognitoUserPoolConfig.Builder avoiding the need
to create one manually via CognitoUserPoolConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to userPoolConfig(CognitoUserPoolConfig).userPoolConfig - a consumer that will call methods on CognitoUserPoolConfig.BuilderuserPoolConfig(CognitoUserPoolConfig)Copyright © 2020. All rights reserved.