public static interface DescribeContributorInsightsResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeContributorInsightsResponse.Builder,DescribeContributorInsightsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeContributorInsightsResponse.Builder |
contributorInsightsRuleList(Collection<String> contributorInsightsRuleList)
List of names of the associated contributor insights rules.
|
DescribeContributorInsightsResponse.Builder |
contributorInsightsRuleList(String... contributorInsightsRuleList)
List of names of the associated contributor insights rules.
|
DescribeContributorInsightsResponse.Builder |
contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
Current status of contributor insights.
|
DescribeContributorInsightsResponse.Builder |
contributorInsightsStatus(String contributorInsightsStatus)
Current status of contributor insights.
|
default DescribeContributorInsightsResponse.Builder |
failureException(Consumer<FailureException.Builder> failureException)
Returns information about the last failure that was encountered.
|
DescribeContributorInsightsResponse.Builder |
failureException(FailureException failureException)
Returns information about the last failure that was encountered.
|
DescribeContributorInsightsResponse.Builder |
indexName(String indexName)
The name of the global secondary index being described.
|
DescribeContributorInsightsResponse.Builder |
lastUpdateDateTime(Instant lastUpdateDateTime)
Timestamp of the last time the status was changed.
|
DescribeContributorInsightsResponse.Builder |
tableName(String tableName)
The name of the table being described.
|
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 contributor insights rules.
contributorInsightsRuleList - List of names of the associated contributor insights rules.DescribeContributorInsightsResponse.Builder contributorInsightsRuleList(String... contributorInsightsRuleList)
List of names of the associated contributor insights rules.
contributorInsightsRuleList - List of names of the associated contributor insights rules.DescribeContributorInsightsResponse.Builder contributorInsightsStatus(String contributorInsightsStatus)
Current status of contributor insights.
contributorInsightsStatus - Current status of contributor insights.ContributorInsightsStatus,
ContributorInsightsStatusDescribeContributorInsightsResponse.Builder contributorInsightsStatus(ContributorInsightsStatus contributorInsightsStatus)
Current status of contributor insights.
contributorInsightsStatus - Current status of 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 was 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 was 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 was 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 © 2022. All rights reserved.