Class ContributorInsightsSummary
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.model.ContributorInsightsSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContributorInsightsSummary.Builder,ContributorInsightsSummary>
@Generated("software.amazon.awssdk:codegen") public final class ContributorInsightsSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContributorInsightsSummary.Builder,ContributorInsightsSummary>
Represents a Contributor Insights summary entry.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContributorInsightsSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContributorInsightsSummary.Builderbuilder()ContributorInsightsModecontributorInsightsMode()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.StringcontributorInsightsModeAsString()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.ContributorInsightsStatuscontributorInsightsStatus()Describes the current status for contributor insights for the given table and index, if applicable.StringcontributorInsightsStatusAsString()Describes the current status for contributor insights for the given table and index, if applicable.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringindexName()Name of the index associated with the summary, if any.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ContributorInsightsSummary.Builder>serializableBuilderClass()StringtableName()Name of the table associated with the summary.ContributorInsightsSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
tableName
public final String tableName()
Name of the table associated with the summary.
- Returns:
- Name of the table associated with the summary.
-
indexName
public final String indexName()
Name of the index associated with the summary, if any.
- Returns:
- Name of the index associated with the summary, if any.
-
contributorInsightsStatus
public final ContributorInsightsStatus contributorInsightsStatus()
Describes the current status for contributor insights for the given table and index, if applicable.
If the service returns an enum value that is not available in the current SDK version,
contributorInsightsStatuswill returnContributorInsightsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontributorInsightsStatusAsString().- Returns:
- Describes the current status for contributor insights for the given table and index, if applicable.
- See Also:
ContributorInsightsStatus
-
contributorInsightsStatusAsString
public final String contributorInsightsStatusAsString()
Describes the current status for contributor insights for the given table and index, if applicable.
If the service returns an enum value that is not available in the current SDK version,
contributorInsightsStatuswill returnContributorInsightsStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontributorInsightsStatusAsString().- Returns:
- Describes the current status for contributor insights for the given table and index, if applicable.
- See Also:
ContributorInsightsStatus
-
contributorInsightsMode
public final 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.
If the service returns an enum value that is not available in the current SDK version,
contributorInsightsModewill returnContributorInsightsMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontributorInsightsModeAsString().- Returns:
- 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.
- See Also:
ContributorInsightsMode
-
contributorInsightsModeAsString
public final String contributorInsightsModeAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
contributorInsightsModewill returnContributorInsightsMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontributorInsightsModeAsString().- Returns:
- 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.
- See Also:
ContributorInsightsMode
-
toBuilder
public ContributorInsightsSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContributorInsightsSummary.Builder,ContributorInsightsSummary>
-
builder
public static ContributorInsightsSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContributorInsightsSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-