public static interface UserPoolDescriptionType.Builder extends SdkPojo, CopyableBuilder<UserPoolDescriptionType.Builder,UserPoolDescriptionType>
| Modifier and Type | Method and Description |
|---|---|
UserPoolDescriptionType.Builder |
creationDate(Instant creationDate)
The date and time, in ISO 8601 format,
when the item was created.
|
UserPoolDescriptionType.Builder |
id(String id)
The ID in a user pool description.
|
default UserPoolDescriptionType.Builder |
lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig)
The Lambda configuration information in a user pool description.
|
UserPoolDescriptionType.Builder |
lambdaConfig(LambdaConfigType lambdaConfig)
The Lambda configuration information in a user pool description.
|
UserPoolDescriptionType.Builder |
lastModifiedDate(Instant lastModifiedDate)
The date and time, in ISO 8601 format,
when the item was modified.
|
UserPoolDescriptionType.Builder |
name(String name)
The name in a user pool description.
|
UserPoolDescriptionType.Builder |
status(StatusType status)
Deprecated.
This property is no longer available.
|
UserPoolDescriptionType.Builder |
status(String status)
Deprecated.
This property is no longer available.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 Lambda configuration information in a user pool description.
lambdaConfig - The Lambda configuration information in a user pool description.default UserPoolDescriptionType.Builder lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig)
The Lambda configuration information in a user pool description.
This is a convenience method 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)@Deprecated 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,
StatusType@Deprecated UserPoolDescriptionType.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 and time, in ISO 8601 format, when the item was modified.
lastModifiedDate - The date and time, in ISO 8601
format, when the item was modified.UserPoolDescriptionType.Builder creationDate(Instant creationDate)
The date and time, in ISO 8601 format, when the item was created.
creationDate - The date and time, in ISO 8601
format, when the item was created.Copyright © 2023. All rights reserved.