Interface UpdateCognitoUserPoolConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateCognitoUserPoolConfiguration.Builder,UpdateCognitoUserPoolConfiguration>,SdkBuilder<UpdateCognitoUserPoolConfiguration.Builder,UpdateCognitoUserPoolConfiguration>,SdkPojo
- Enclosing class:
- UpdateCognitoUserPoolConfiguration
public static interface UpdateCognitoUserPoolConfiguration.Builder extends SdkPojo, CopyableBuilder<UpdateCognitoUserPoolConfiguration.Builder,UpdateCognitoUserPoolConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCognitoUserPoolConfiguration.BuilderclientIds(String... clientIds)The client ID of an app client that is configured for the specified Amazon Cognito user pool.UpdateCognitoUserPoolConfiguration.BuilderclientIds(Collection<String> clientIds)The client ID of an app client that is configured for the specified Amazon Cognito user pool.UpdateCognitoUserPoolConfiguration.BuilderuserPoolArn(String userPoolArn)The Amazon Resource Name (ARN) of the Amazon Cognito user pool associated with this identity source.-
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, sdkFields
-
-
-
-
Method Detail
-
userPoolArn
UpdateCognitoUserPoolConfiguration.Builder userPoolArn(String userPoolArn)
The Amazon Resource Name (ARN) of the Amazon Cognito user pool associated with this identity source.
- Parameters:
userPoolArn- The Amazon Resource Name (ARN) of the Amazon Cognito user pool associated with this identity source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientIds
UpdateCognitoUserPoolConfiguration.Builder clientIds(Collection<String> clientIds)
The client ID of an app client that is configured for the specified Amazon Cognito user pool.
- Parameters:
clientIds- The client ID of an app client that is configured for the specified Amazon Cognito user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientIds
UpdateCognitoUserPoolConfiguration.Builder clientIds(String... clientIds)
The client ID of an app client that is configured for the specified Amazon Cognito user pool.
- Parameters:
clientIds- The client ID of an app client that is configured for the specified Amazon Cognito user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-