Interface CallAnalyticsSkippedFeature.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CallAnalyticsSkippedFeature.Builder,
,CallAnalyticsSkippedFeature> SdkBuilder<CallAnalyticsSkippedFeature.Builder,
,CallAnalyticsSkippedFeature> SdkPojo
- Enclosing class:
CallAnalyticsSkippedFeature
public static interface CallAnalyticsSkippedFeature.Builder
extends SdkPojo, CopyableBuilder<CallAnalyticsSkippedFeature.Builder,CallAnalyticsSkippedFeature>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates the type of analytics feature that was skipped during the analysis of a call analytics job.feature
(CallAnalyticsFeature feature) Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.reasonCode
(String reasonCode) Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.reasonCode
(CallAnalyticsSkippedReasonCode reasonCode) Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
feature
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
- Parameters:
feature
- Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
feature
Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.
- Parameters:
feature
- Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reasonCode
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
- Parameters:
reasonCode
- Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reasonCode
Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.
- Parameters:
reasonCode
- Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.
- Parameters:
message
- Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-