Interface AnnotationError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnnotationError.Builder,
,AnnotationError> SdkBuilder<AnnotationError.Builder,
,AnnotationError> SdkPojo
- Enclosing class:
AnnotationError
public static interface AnnotationError.Builder
extends SdkPojo, CopyableBuilder<AnnotationError.Builder,AnnotationError>
-
Method Summary
Modifier and TypeMethodDescriptionfailureReason
(String failureReason) The reason why the annotation failed.The Profile ID for the failed annotation.statisticId
(String statisticId) The Statistic ID for the failed annotation.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
-
profileId
The Profile ID for the failed annotation.
- Parameters:
profileId
- The Profile ID for the failed annotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statisticId
The Statistic ID for the failed annotation.
- Parameters:
statisticId
- The Statistic ID for the failed annotation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
The reason why the annotation failed.
- Parameters:
failureReason
- The reason why the annotation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-