public static interface CreateUserPoolResponse.Builder extends CognitoIdentityProviderResponse.Builder, CopyableBuilder<CreateUserPoolResponse.Builder,CreateUserPoolResponse>
Modifier and Type | Method and Description |
---|---|
default CreateUserPoolResponse.Builder |
userPool(Consumer<UserPoolType.Builder> userPool)
A container for the user pool details.
|
CreateUserPoolResponse.Builder |
userPool(UserPoolType userPool)
A container for the user pool details.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateUserPoolResponse.Builder userPool(UserPoolType userPool)
A container for the user pool details.
userPool
- A container for the user pool details.default CreateUserPoolResponse.Builder userPool(Consumer<UserPoolType.Builder> userPool)
A container for the user pool details.
This is a convenience that creates an instance of theUserPoolType.Builder
avoiding the need to
create one manually via UserPoolType.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to userPool(UserPoolType)
.userPool
- a consumer that will call methods on UserPoolType.Builder
userPool(UserPoolType)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.