public static interface UserPoolDescriptionType.Builder extends CopyableBuilder<UserPoolDescriptionType.Builder,UserPoolDescriptionType>
| Modifier and Type | Method and Description |
|---|---|
UserPoolDescriptionType.Builder |
creationDate(Instant creationDate)
The date the user pool description was created.
|
UserPoolDescriptionType.Builder |
id(String id)
The ID in a user pool description.
|
default UserPoolDescriptionType.Builder |
lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig)
The AWS Lambda configuration information in a user pool description.
|
UserPoolDescriptionType.Builder |
lambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
|
UserPoolDescriptionType.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date the user pool description was last modified.
|
UserPoolDescriptionType.Builder |
name(String name)
The name in a user pool description.
|
UserPoolDescriptionType.Builder |
status(StatusType status)
The user pool status in a user pool description.
|
UserPoolDescriptionType.Builder |
status(String status)
The user pool status in a user pool description.
|
copyapply, buildUserPoolDescriptionType.Builder id(String id)
The ID in a user pool description.
id - The ID in a user pool description.UserPoolDescriptionType.Builder name(String name)
The name in a user pool description.
name - The name in a user pool description.UserPoolDescriptionType.Builder lambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
lambdaConfig - The AWS Lambda configuration information in a user pool description.default UserPoolDescriptionType.Builder lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig)
The AWS Lambda configuration information in a user pool description.
This is a convenience that creates an instance of theLambdaConfigType.Builder avoiding the need to
create one manually via LambdaConfigType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lambdaConfig(LambdaConfigType).lambdaConfig - a consumer that will call methods on LambdaConfigType.BuilderlambdaConfig(LambdaConfigType)UserPoolDescriptionType.Builder status(String status)
The user pool status in a user pool description.
status - The user pool status in a user pool description.StatusType,
StatusTypeUserPoolDescriptionType.Builder status(StatusType status)
The user pool status in a user pool description.
status - The user pool status in a user pool description.StatusType,
StatusTypeUserPoolDescriptionType.Builder lastModifiedDate(Instant lastModifiedDate)
The date the user pool description was last modified.
lastModifiedDate - The date the user pool description was last modified.UserPoolDescriptionType.Builder creationDate(Instant creationDate)
The date the user pool description was created.
creationDate - The date the user pool description was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.