Interface PutEventsResultEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PutEventsResultEntry.Builder,,PutEventsResultEntry> SdkBuilder<PutEventsResultEntry.Builder,,PutEventsResultEntry> SdkPojo
- Enclosing class:
PutEventsResultEntry
@Mutable
@NotThreadSafe
public static interface PutEventsResultEntry.Builder
extends SdkPojo, CopyableBuilder<PutEventsResultEntry.Builder,PutEventsResultEntry>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the ErrorCode property for this object.errorMessage(String errorMessage) Sets the value of the ErrorMessage property for this object.Sets the value of the EventId property for this object.sequenceNumber(String sequenceNumber) Sets the value of the SequenceNumber property for this object.successCode(String successCode) Sets the value of the SuccessCode property for this object.successCode(SuccessCode successCode) Sets the value of the SuccessCode property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
eventId
Sets the value of the EventId property for this object.- Parameters:
eventId- The new value for the EventId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sequenceNumber
Sets the value of the SequenceNumber property for this object.- Parameters:
sequenceNumber- The new value for the SequenceNumber property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successCode
Sets the value of the SuccessCode property for this object.- Parameters:
successCode- The new value for the SuccessCode property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
successCode
Sets the value of the SuccessCode property for this object.- Parameters:
successCode- The new value for the SuccessCode property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
Sets the value of the ErrorCode property for this object.- Parameters:
errorCode- The new value for the ErrorCode property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
Sets the value of the ErrorMessage property for this object.- Parameters:
errorMessage- The new value for the ErrorMessage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-