Interface AppInstanceBot.Builder

    • Method Detail

      • appInstanceBotArn

        AppInstanceBot.Builder appInstanceBotArn​(String appInstanceBotArn)

        The ARN of the AppInstanceBot.

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

        AppInstanceBot.Builder name​(String name)

        The name of the AppInstanceBot.

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

        AppInstanceBot.Builder configuration​(Configuration configuration)

        The data processing instructions for an AppInstanceBot.

        Parameters:
        configuration - The data processing instructions for an AppInstanceBot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        AppInstanceBot.Builder createdTimestamp​(Instant createdTimestamp)

        The time at which the AppInstanceBot was created.

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

        AppInstanceBot.Builder lastUpdatedTimestamp​(Instant lastUpdatedTimestamp)

        The time at which the AppInstanceBot was last updated.

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

        AppInstanceBot.Builder metadata​(String metadata)

        The metadata for an AppInstanceBot.

        Parameters:
        metadata - The metadata for an AppInstanceBot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.