Interface UserPoolClientDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserPoolClientDescription.Builder,
,UserPoolClientDescription> SdkBuilder<UserPoolClientDescription.Builder,
,UserPoolClientDescription> SdkPojo
- Enclosing class:
UserPoolClientDescription
@Mutable
@NotThreadSafe
public static interface UserPoolClientDescription.Builder
extends SdkPojo, CopyableBuilder<UserPoolClientDescription.Builder,UserPoolClientDescription>
-
Method Summary
Modifier and TypeMethodDescriptionThe app client ID.clientName
(String clientName) The app client name.userPoolId
(String userPoolId) The ID of the user pool that's associated with the app client.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, sdkFieldNameToField, sdkFields
-
Method Details
-
clientId
The app client ID.
- Parameters:
clientId
- The app client ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userPoolId
The ID of the user pool that's associated with the app client.
- Parameters:
userPoolId
- The ID of the user pool that's associated with the app client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientName
The app client name.
- Parameters:
clientName
- The app client name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-