public static interface CreateUserPoolClientResponse.Builder extends CognitoIdentityProviderResponse.Builder, CopyableBuilder<CreateUserPoolClientResponse.Builder,CreateUserPoolClientResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateUserPoolClientResponse.Builder |
userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client that was just created.
|
CreateUserPoolClientResponse.Builder |
userPoolClient(UserPoolClientType userPoolClient)
The user pool client that was just created.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateUserPoolClientResponse.Builder userPoolClient(UserPoolClientType userPoolClient)
The user pool client that was just created.
userPoolClient - The user pool client that was just created.default CreateUserPoolClientResponse.Builder userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client that was just created.
This is a convenience that creates an instance of theUserPoolClientType.Builder avoiding the need to
create one manually via UserPoolClientType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to userPoolClient(UserPoolClientType).userPoolClient - a consumer that will call methods on UserPoolClientType.BuilderuserPoolClient(UserPoolClientType)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.