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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationError.BuilderfailureReason(String failureReason)The reason why the annotation failed.AnnotationError.BuilderprofileId(String profileId)The Profile ID for the failed annotation.AnnotationError.BuilderstatisticId(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
profileId
AnnotationError.Builder profileId(String 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
AnnotationError.Builder statisticId(String 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
AnnotationError.Builder failureReason(String 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.
-
-