Interface UserPoolClientDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UserPoolClientDescription.Builder,UserPoolClientDescription>,SdkBuilder<UserPoolClientDescription.Builder,UserPoolClientDescription>,SdkPojo
- Enclosing class:
- UserPoolClientDescription
public static interface UserPoolClientDescription.Builder extends SdkPojo, CopyableBuilder<UserPoolClientDescription.Builder,UserPoolClientDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserPoolClientDescription.BuilderclientId(String clientId)The ID of the client associated with the user pool.UserPoolClientDescription.BuilderclientName(String clientName)The client name from the user pool client description.UserPoolClientDescription.BuilderuserPoolId(String userPoolId)The user pool ID for the user pool where you want to describe the user pool 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, sdkFields
-
-
-
-
Method Detail
-
clientId
UserPoolClientDescription.Builder clientId(String clientId)
The ID of the client associated with the user pool.
- Parameters:
clientId- The ID of the client associated with the user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userPoolId
UserPoolClientDescription.Builder userPoolId(String userPoolId)
The user pool ID for the user pool where you want to describe the user pool client.
- Parameters:
userPoolId- The user pool ID for the user pool where you want to describe the user pool client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientName
UserPoolClientDescription.Builder clientName(String clientName)
The client name from the user pool client description.
- Parameters:
clientName- The client name from the user pool client description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-