@Stability(value=Experimental) public static final class UserPoolAuthenticationProviderBindConfig.Builder extends Object implements software.amazon.jsii.Builder<UserPoolAuthenticationProviderBindConfig>
UserPoolAuthenticationProviderBindConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolAuthenticationProviderBindConfig |
build()
Builds the configured instance.
|
UserPoolAuthenticationProviderBindConfig.Builder |
clientId(String clientId)
Sets the value of
UserPoolAuthenticationProviderBindConfig.getClientId() |
UserPoolAuthenticationProviderBindConfig.Builder |
providerName(String providerName)
Sets the value of
UserPoolAuthenticationProviderBindConfig.getProviderName() |
UserPoolAuthenticationProviderBindConfig.Builder |
serverSideTokenCheck(Boolean serverSideTokenCheck)
Sets the value of
UserPoolAuthenticationProviderBindConfig.getServerSideTokenCheck() |
@Stability(value=Experimental) public UserPoolAuthenticationProviderBindConfig.Builder clientId(String clientId)
UserPoolAuthenticationProviderBindConfig.getClientId()clientId - Client Id of the Associated User Pool Client. This parameter is required.this@Stability(value=Experimental) public UserPoolAuthenticationProviderBindConfig.Builder providerName(String providerName)
UserPoolAuthenticationProviderBindConfig.getProviderName()providerName - The identity providers associated with the UserPool. This parameter is required.this@Stability(value=Experimental) public UserPoolAuthenticationProviderBindConfig.Builder serverSideTokenCheck(Boolean serverSideTokenCheck)
UserPoolAuthenticationProviderBindConfig.getServerSideTokenCheck()serverSideTokenCheck - Whether to enable the identity pool's server side token check. This parameter is required.this@Stability(value=Experimental) public UserPoolAuthenticationProviderBindConfig build()
build in interface software.amazon.jsii.Builder<UserPoolAuthenticationProviderBindConfig>UserPoolAuthenticationProviderBindConfigNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.