Interface UserPoolDescriptionType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UserPoolDescriptionType.Builder,,UserPoolDescriptionType> SdkBuilder<UserPoolDescriptionType.Builder,,UserPoolDescriptionType> SdkPojo
- Enclosing class:
- UserPoolDescriptionType
-
Method Summary
Modifier and TypeMethodDescriptioncreationDate(Instant creationDate) The date and time when the item was created.The user pool ID.default UserPoolDescriptionType.BuilderlambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig) A collection of user pool Lambda triggers.lambdaConfig(LambdaConfigType lambdaConfig) A collection of user pool Lambda triggers.lastModifiedDate(Instant lastModifiedDate) The date and time when the item was modified.The user pool name.replicaRegions(String... replicaRegions) A list of Amazon Web Services Regions where replicas of this user pool exist.replicaRegions(Collection<String> replicaRegions) A list of Amazon Web Services Regions where replicas of this user pool exist.Deprecated.This property is no longer available.status(StatusType status) Deprecated.This property is no longer available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The user pool ID.
- Parameters:
id- The user pool ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The user pool name.
- Parameters:
name- The user pool name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambdaConfig
A collection of user pool Lambda triggers. Amazon Cognito invokes triggers at several possible stages of user pool operations. Triggers can modify the outcome of the operations that invoked them.
- Parameters:
lambdaConfig- A collection of user pool Lambda triggers. Amazon Cognito invokes triggers at several possible stages of user pool operations. Triggers can modify the outcome of the operations that invoked them.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lambdaConfig
default UserPoolDescriptionType.Builder lambdaConfig(Consumer<LambdaConfigType.Builder> lambdaConfig) A collection of user pool Lambda triggers. Amazon Cognito invokes triggers at several possible stages of user pool operations. Triggers can modify the outcome of the operations that invoked them.
This is a convenience method that creates an instance of theLambdaConfigType.Builderavoiding the need to create one manually viaLambdaConfigType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolambdaConfig(LambdaConfigType).- Parameters:
lambdaConfig- a consumer that will call methods onLambdaConfigType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Deprecated.This property is no longer available.The user pool status.
- Parameters:
status- The user pool status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Deprecated.This property is no longer available.The user pool status.
- Parameters:
status- The user pool status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModifiedDate
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.- Parameters:
lastModifiedDate- The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a JavaDateobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.- Parameters:
creationDate- The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a JavaDateobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaRegions
A list of Amazon Web Services Regions where replicas of this user pool exist.
- Parameters:
replicaRegions- A list of Amazon Web Services Regions where replicas of this user pool exist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicaRegions
A list of Amazon Web Services Regions where replicas of this user pool exist.
- Parameters:
replicaRegions- A list of Amazon Web Services Regions where replicas of this user pool exist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-