Interface UserPoolDescriptionType.Builder

    • Method Detail

      • id

        UserPoolDescriptionType.Builder id​(String 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

        UserPoolDescriptionType.Builder name​(String 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

        UserPoolDescriptionType.Builder lambdaConfig​(LambdaConfigType 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.
      • lastModifiedDate

        UserPoolDescriptionType.Builder lastModifiedDate​(Instant 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 Date object.

        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 Java Date object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        UserPoolDescriptionType.Builder creationDate​(Instant 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 Date object.

        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 Java Date object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.