Interface ContributorInsightsSummary.Builder

    • Method Detail

      • tableName

        ContributorInsightsSummary.Builder tableName​(String tableName)

        Name of the table associated with the summary.

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

        ContributorInsightsSummary.Builder indexName​(String indexName)

        Name of the index associated with the summary, if any.

        Parameters:
        indexName - Name of the index associated with the summary, if any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contributorInsightsStatus

        ContributorInsightsSummary.Builder contributorInsightsStatus​(String contributorInsightsStatus)

        Describes the current status for contributor insights for the given table and index, if applicable.

        Parameters:
        contributorInsightsStatus - Describes the current status for contributor insights for the given table and index, if applicable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContributorInsightsStatus, ContributorInsightsStatus
      • contributorInsightsMode

        ContributorInsightsSummary.Builder contributorInsightsMode​(String contributorInsightsMode)

        Indicates the current mode of CloudWatch Contributor Insights, specifying whether it tracks all access and throttled events or throttled events only for the DynamoDB table or index.

        Parameters:
        contributorInsightsMode - Indicates the current mode of CloudWatch Contributor Insights, specifying whether it tracks all access and throttled events or throttled events only for the DynamoDB table or index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContributorInsightsMode, ContributorInsightsMode
      • contributorInsightsMode

        ContributorInsightsSummary.Builder contributorInsightsMode​(ContributorInsightsMode contributorInsightsMode)

        Indicates the current mode of CloudWatch Contributor Insights, specifying whether it tracks all access and throttled events or throttled events only for the DynamoDB table or index.

        Parameters:
        contributorInsightsMode - Indicates the current mode of CloudWatch Contributor Insights, specifying whether it tracks all access and throttled events or throttled events only for the DynamoDB table or index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContributorInsightsMode, ContributorInsightsMode