Interface TopicRefreshDetails.Builder

    • Method Detail

      • refreshArn

        TopicRefreshDetails.Builder refreshArn​(String refreshArn)

        The Amazon Resource Name (ARN) of the topic refresh.

        Parameters:
        refreshArn - The Amazon Resource Name (ARN) of the topic refresh.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • refreshId

        TopicRefreshDetails.Builder refreshId​(String refreshId)

        The ID of the refresh, which occurs as a result of topic creation or topic update.

        Parameters:
        refreshId - The ID of the refresh, which occurs as a result of topic creation or topic update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • refreshStatus

        TopicRefreshDetails.Builder refreshStatus​(String refreshStatus)

        The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.

        Parameters:
        refreshStatus - The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TopicRefreshStatus, TopicRefreshStatus
      • refreshStatus

        TopicRefreshDetails.Builder refreshStatus​(TopicRefreshStatus refreshStatus)

        The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.

        Parameters:
        refreshStatus - The status of the refresh job that indicates whether the job is still running, completed successfully, or failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TopicRefreshStatus, TopicRefreshStatus