CopyableBuilder<DescribeUserPoolClientRequest.Builder,DescribeUserPoolClientRequest>
, SdkBuilder<DescribeUserPoolClientRequest.Builder,DescribeUserPoolClientRequest>
public static interface DescribeUserPoolClientRequest.Builder extends CopyableBuilder<DescribeUserPoolClientRequest.Builder,DescribeUserPoolClientRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeUserPoolClientRequest.Builder |
clientId(String clientId) |
The ID of the client associated with the user pool.
|
DescribeUserPoolClientRequest.Builder |
userPoolId(String userPoolId) |
The user pool ID for the user pool you want to describe.
|
copy
apply, build
DescribeUserPoolClientRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool you want to describe.
userPoolId
- The user pool ID for the user pool you want to describe.DescribeUserPoolClientRequest.Builder clientId(String clientId)
The ID of the client associated with the user pool.
clientId
- The ID of the client associated with the user pool.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.