Interface ResultErrorEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResultErrorEntry.Builder,ResultErrorEntry>,SdkBuilder<ResultErrorEntry.Builder,ResultErrorEntry>,SdkPojo
- Enclosing class:
- ResultErrorEntry
public static interface ResultErrorEntry.Builder extends SdkPojo, CopyableBuilder<ResultErrorEntry.Builder,ResultErrorEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultErrorEntry.BuildererrorCode(String errorCode)The error code for events that could not be ingested by CloudTrail.ResultErrorEntry.BuildererrorMessage(String errorMessage)The message that describes the error for events that could not be ingested by CloudTrail.ResultErrorEntry.Builderid(String id)The original event ID from the source event that could not be ingested by CloudTrail.-
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
-
errorCode
ResultErrorEntry.Builder errorCode(String errorCode)
The error code for events that could not be ingested by CloudTrail. Possible error codes include:
FieldTooLong,FieldNotFound,InvalidChecksum,InvalidData,InvalidRecipient,InvalidEventSource,AccountNotSubscribed,Throttling, andInternalFailure.- Parameters:
errorCode- The error code for events that could not be ingested by CloudTrail. Possible error codes include:FieldTooLong,FieldNotFound,InvalidChecksum,InvalidData,InvalidRecipient,InvalidEventSource,AccountNotSubscribed,Throttling, andInternalFailure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
ResultErrorEntry.Builder errorMessage(String errorMessage)
The message that describes the error for events that could not be ingested by CloudTrail.
- Parameters:
errorMessage- The message that describes the error for events that could not be ingested by CloudTrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ResultErrorEntry.Builder id(String id)
The original event ID from the source event that could not be ingested by CloudTrail.
- Parameters:
id- The original event ID from the source event that could not be ingested by CloudTrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-