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
Modifier and TypeMethodDescriptionThe client ID of an app client that is configured for the specified Amazon Cognito user pool.clientIds
(Collection<String> clientIds) The client ID of an app client that is configured for the specified Amazon Cognito user pool.userPoolArn
(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 Details
-
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
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
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.
-