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 SummaryModifier and TypeMethodDescriptionIf thePutProjectEventsoperation has an error, the error code is returned here.errorMessage(String errorMessage) If thePutProjectEventsoperation has an error, the error message is returned here.A unique ID assigned to thisPutProjectEventsoperation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
errorCodeIf the PutProjectEventsoperation has an error, the error code is returned here.- Parameters:
- errorCode- If the- PutProjectEventsoperation has an error, the error code is returned here.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorMessageIf the PutProjectEventsoperation has an error, the error message is returned here.- Parameters:
- errorMessage- If the- PutProjectEventsoperation has an error, the error message is returned here.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventIdA unique ID assigned to this PutProjectEventsoperation.- Parameters:
- eventId- A unique ID assigned to this- PutProjectEventsoperation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-