Interface PutProjectEventsResultEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PutProjectEventsResultEntry.Builder,
,PutProjectEventsResultEntry> SdkBuilder<PutProjectEventsResultEntry.Builder,
,PutProjectEventsResultEntry> SdkPojo
- Enclosing class:
PutProjectEventsResultEntry
@Mutable
@NotThreadSafe
public static interface PutProjectEventsResultEntry.Builder
extends SdkPojo, CopyableBuilder<PutProjectEventsResultEntry.Builder,PutProjectEventsResultEntry>
-
Method Summary
Modifier and TypeMethodDescriptionIf thePutProjectEvents
operation has an error, the error code is returned here.errorMessage
(String errorMessage) If thePutProjectEvents
operation has an error, the error message is returned here.A unique ID assigned to thisPutProjectEvents
operation.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 Details
-
errorCode
If the
PutProjectEvents
operation has an error, the error code is returned here.- Parameters:
errorCode
- If thePutProjectEvents
operation has an error, the error code is returned here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
If the
PutProjectEvents
operation has an error, the error message is returned here.- Parameters:
errorMessage
- If thePutProjectEvents
operation has an error, the error message is returned here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventId
A unique ID assigned to this
PutProjectEvents
operation.- Parameters:
eventId
- A unique ID assigned to thisPutProjectEvents
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-