Interface AppInstanceUser.Builder

    • Method Detail

      • appInstanceUserArn

        AppInstanceUser.Builder appInstanceUserArn​(String appInstanceUserArn)

        The ARN of the AppInstanceUser.

        Parameters:
        appInstanceUserArn - The ARN of the AppInstanceUser.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        AppInstanceUser.Builder name​(String name)

        The name of the AppInstanceUser.

        Parameters:
        name - The name of the AppInstanceUser.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metadata

        AppInstanceUser.Builder metadata​(String metadata)

        The metadata of the AppInstanceUser.

        Parameters:
        metadata - The metadata of the AppInstanceUser.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        AppInstanceUser.Builder createdTimestamp​(Instant createdTimestamp)

        The time at which the AppInstanceUser was created.

        Parameters:
        createdTimestamp - The time at which the AppInstanceUser was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTimestamp

        AppInstanceUser.Builder lastUpdatedTimestamp​(Instant lastUpdatedTimestamp)

        The time at which the AppInstanceUser was last updated.

        Parameters:
        lastUpdatedTimestamp - The time at which the AppInstanceUser was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expirationSettings

        AppInstanceUser.Builder expirationSettings​(ExpirationSettings expirationSettings)

        The interval after which an AppInstanceUser is automatically deleted.

        Parameters:
        expirationSettings - The interval after which an AppInstanceUser is automatically deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.