Interface DescribeBotReplicaResponse.Builder

    • Method Detail

      • botId

        DescribeBotReplicaResponse.Builder botId​(String botId)

        The unique bot ID of the replicated bot being monitored.

        Parameters:
        botId - The unique bot ID of the replicated bot being monitored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicaRegion

        DescribeBotReplicaResponse.Builder replicaRegion​(String replicaRegion)

        The region of the replicated bot being monitored.

        Parameters:
        replicaRegion - The region of the replicated bot being monitored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceRegion

        DescribeBotReplicaResponse.Builder sourceRegion​(String sourceRegion)

        The source region of the replicated bot being monitored.

        Parameters:
        sourceRegion - The source region of the replicated bot being monitored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        DescribeBotReplicaResponse.Builder creationDateTime​(Instant creationDateTime)

        The creation date and time of the replicated bot being monitored.

        Parameters:
        creationDateTime - The creation date and time of the replicated bot being monitored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botReplicaStatus

        DescribeBotReplicaResponse.Builder botReplicaStatus​(String botReplicaStatus)

        The operational status of the replicated bot being monitored.

        Parameters:
        botReplicaStatus - The operational status of the replicated bot being monitored.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BotReplicaStatus, BotReplicaStatus
      • failureReasons

        DescribeBotReplicaResponse.Builder failureReasons​(Collection<String> failureReasons)

        The failure reasons the bot being monitored failed to replicate.

        Parameters:
        failureReasons - The failure reasons the bot being monitored failed to replicate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReasons

        DescribeBotReplicaResponse.Builder failureReasons​(String... failureReasons)

        The failure reasons the bot being monitored failed to replicate.

        Parameters:
        failureReasons - The failure reasons the bot being monitored failed to replicate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.