Interface UserPoolDescriptionType.Builder

    • Method Detail

      • id

        UserPoolDescriptionType.Builder id​(String id)

        The ID in a user pool description.

        Parameters:
        id - The ID in a user pool description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UserPoolDescriptionType.Builder name​(String name)

        The name in a user pool description.

        Parameters:
        name - The name in a user pool description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lambdaConfig

        UserPoolDescriptionType.Builder lambdaConfig​(LambdaConfigType lambdaConfig)

        The Lambda configuration information in a user pool description.

        Parameters:
        lambdaConfig - The Lambda configuration information in a user pool description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        @Deprecated
        UserPoolDescriptionType.Builder status​(String status)
        Deprecated.
        This property is no longer available.

        The user pool status in a user pool description.

        Parameters:
        status - The user pool status in a user pool description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusType, StatusType
      • status

        @Deprecated
        UserPoolDescriptionType.Builder status​(StatusType status)
        Deprecated.
        This property is no longer available.

        The user pool status in a user pool description.

        Parameters:
        status - The user pool status in a user pool description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusType, StatusType
      • 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.