public static final class UserPoolAuthenticationProviderBindConfig.Builder
extends java.lang.Object
UserPoolAuthenticationProviderBindConfig
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UserPoolAuthenticationProviderBindConfig |
build()
Builds the configured instance.
|
UserPoolAuthenticationProviderBindConfig.Builder |
clientId(java.lang.String clientId)
Sets the value of
UserPoolAuthenticationProviderBindConfig.getClientId() |
UserPoolAuthenticationProviderBindConfig.Builder |
providerName(java.lang.String providerName)
Sets the value of
UserPoolAuthenticationProviderBindConfig.getProviderName() |
UserPoolAuthenticationProviderBindConfig.Builder |
serverSideTokenCheck(java.lang.Boolean serverSideTokenCheck)
Sets the value of
UserPoolAuthenticationProviderBindConfig.getServerSideTokenCheck() |
public UserPoolAuthenticationProviderBindConfig.Builder clientId(java.lang.String clientId)
UserPoolAuthenticationProviderBindConfig.getClientId()
clientId
- Client Id of the Associated User Pool Client. This parameter is required.this
public UserPoolAuthenticationProviderBindConfig.Builder providerName(java.lang.String providerName)
UserPoolAuthenticationProviderBindConfig.getProviderName()
providerName
- The identity providers associated with the UserPool. This parameter is required.this
public UserPoolAuthenticationProviderBindConfig.Builder serverSideTokenCheck(java.lang.Boolean serverSideTokenCheck)
UserPoolAuthenticationProviderBindConfig.getServerSideTokenCheck()
serverSideTokenCheck
- Whether to enable the identity pool's server side token check. This parameter is required.this
public UserPoolAuthenticationProviderBindConfig build()
UserPoolAuthenticationProviderBindConfig
java.lang.NullPointerException
- if any required attribute was not provided