Interface UpdateContributorInsightsResponse.Builder

  • Method Details

    • tableName

      The name of the table.

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

      The name of the global secondary index, if applicable.

      Parameters:
      indexName - The name of the global secondary index, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contributorInsightsStatus

      UpdateContributorInsightsResponse.Builder contributorInsightsStatus(String contributorInsightsStatus)

      The status of contributor insights

      Parameters:
      contributorInsightsStatus - The status of contributor insights
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • contributorInsightsStatus

      UpdateContributorInsightsResponse.Builder contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)

      The status of contributor insights

      Parameters:
      contributorInsightsStatus - The status of contributor insights
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • contributorInsightsMode

      UpdateContributorInsightsResponse.Builder contributorInsightsMode(String contributorInsightsMode)

      The updated mode of CloudWatch Contributor Insights that determines whether to monitor all access and throttled events or to track throttled events exclusively.

      Parameters:
      contributorInsightsMode - The updated mode of CloudWatch Contributor Insights that determines whether to monitor all access and throttled events or to track throttled events exclusively.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • contributorInsightsMode

      UpdateContributorInsightsResponse.Builder contributorInsightsMode(ContributorInsightsMode contributorInsightsMode)

      The updated mode of CloudWatch Contributor Insights that determines whether to monitor all access and throttled events or to track throttled events exclusively.

      Parameters:
      contributorInsightsMode - The updated mode of CloudWatch Contributor Insights that determines whether to monitor all access and throttled events or to track throttled events exclusively.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: