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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallAnalyticsSkippedFeature.Builderfeature(String feature)Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.CallAnalyticsSkippedFeature.Builderfeature(CallAnalyticsFeature feature)Indicates the type of analytics feature that was skipped during the analysis of a call analytics job.CallAnalyticsSkippedFeature.Buildermessage(String message)Contains additional information or a message explaining why a specific analytics feature was skipped during the analysis of a call analytics job.CallAnalyticsSkippedFeature.BuilderreasonCode(String reasonCode)Provides a code indicating the reason why a specific analytics feature was skipped during the analysis of a call analytics job.CallAnalyticsSkippedFeature.BuilderreasonCode(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 Detail
-
feature
CallAnalyticsSkippedFeature.Builder feature(String 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:
CallAnalyticsFeature,CallAnalyticsFeature
-
feature
CallAnalyticsSkippedFeature.Builder feature(CallAnalyticsFeature 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:
CallAnalyticsFeature,CallAnalyticsFeature
-
reasonCode
CallAnalyticsSkippedFeature.Builder reasonCode(String 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:
CallAnalyticsSkippedReasonCode,CallAnalyticsSkippedReasonCode
-
reasonCode
CallAnalyticsSkippedFeature.Builder reasonCode(CallAnalyticsSkippedReasonCode 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:
CallAnalyticsSkippedReasonCode,CallAnalyticsSkippedReasonCode
-
message
CallAnalyticsSkippedFeature.Builder message(String 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.
-
-