public static interface DescribeContributorInsightsResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeContributorInsightsResponse.Builder,DescribeContributorInsightsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeContributorInsightsResponse.Builder tableName(String tableName)
The name of the table being described.
tableName - The name of the table being described.DescribeContributorInsightsResponse.Builder indexName(String indexName)
The name of the global secondary index being described.
indexName - The name of the global secondary index being described.DescribeContributorInsightsResponse.Builder contributorInsightsRuleList(Collection<String> contributorInsightsRuleList)
List of names of the associated Alpine rules.
contributorInsightsRuleList - List of names of the associated Alpine rules.DescribeContributorInsightsResponse.Builder contributorInsightsRuleList(String... contributorInsightsRuleList)
List of names of the associated Alpine rules.
contributorInsightsRuleList - List of names of the associated Alpine rules.DescribeContributorInsightsResponse.Builder contributorInsightsStatus(String contributorInsightsStatus)
Current Status contributor insights.
contributorInsightsStatus - Current Status contributor insights.ContributorInsightsStatus,
ContributorInsightsStatusDescribeContributorInsightsResponse.Builder contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
Current Status contributor insights.
contributorInsightsStatus - Current Status contributor insights.ContributorInsightsStatus,
ContributorInsightsStatusDescribeContributorInsightsResponse.Builder lastUpdateDateTime(Instant lastUpdateDateTime)
Timestamp of the last time the status was changed.
lastUpdateDateTime - Timestamp of the last time the status was changed.DescribeContributorInsightsResponse.Builder failureException(FailureException failureException)
Returns information about the last failure that encountered.
The most common exceptions for a FAILED status are:
LimitExceededException - Per-account Amazon CloudWatch Contributor Insights rule limit reached. Please disable Contributor Insights for other tables/indexes OR disable Contributor Insights rules before retrying.
AccessDeniedException - Amazon CloudWatch Contributor Insights rules cannot be modified due to insufficient permissions.
AccessDeniedException - Failed to create service-linked role for Contributor Insights due to insufficient permissions.
InternalServerError - Failed to create Amazon CloudWatch Contributor Insights rules. Please retry request.
failureException - Returns information about the last failure that encountered.
The most common exceptions for a FAILED status are:
LimitExceededException - Per-account Amazon CloudWatch Contributor Insights rule limit reached. Please disable Contributor Insights for other tables/indexes OR disable Contributor Insights rules before retrying.
AccessDeniedException - Amazon CloudWatch Contributor Insights rules cannot be modified due to insufficient permissions.
AccessDeniedException - Failed to create service-linked role for Contributor Insights due to insufficient permissions.
InternalServerError - Failed to create Amazon CloudWatch Contributor Insights rules. Please retry request.
default DescribeContributorInsightsResponse.Builder failureException(Consumer<FailureException.Builder> failureException)
Returns information about the last failure that encountered.
The most common exceptions for a FAILED status are:
LimitExceededException - Per-account Amazon CloudWatch Contributor Insights rule limit reached. Please disable Contributor Insights for other tables/indexes OR disable Contributor Insights rules before retrying.
AccessDeniedException - Amazon CloudWatch Contributor Insights rules cannot be modified due to insufficient permissions.
AccessDeniedException - Failed to create service-linked role for Contributor Insights due to insufficient permissions.
InternalServerError - Failed to create Amazon CloudWatch Contributor Insights rules. Please retry request.
FailureException.Builder avoiding the need to
create one manually via FailureException.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to failureException(FailureException).failureException - a consumer that will call methods on FailureException.BuilderfailureException(FailureException)Copyright © 2020. All rights reserved.