Interface PutProjectEventsResultEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PutProjectEventsResultEntry.Builder,PutProjectEventsResultEntry>,SdkBuilder<PutProjectEventsResultEntry.Builder,PutProjectEventsResultEntry>,SdkPojo
- Enclosing class:
- PutProjectEventsResultEntry
public static interface PutProjectEventsResultEntry.Builder extends SdkPojo, CopyableBuilder<PutProjectEventsResultEntry.Builder,PutProjectEventsResultEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutProjectEventsResultEntry.BuildererrorCode(String errorCode)If thePutProjectEventsoperation has an error, the error code is returned here.PutProjectEventsResultEntry.BuildererrorMessage(String errorMessage)If thePutProjectEventsoperation has an error, the error message is returned here.PutProjectEventsResultEntry.BuildereventId(String eventId)A unique ID assigned to thisPutProjectEventsoperation.-
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
-
errorCode
PutProjectEventsResultEntry.Builder errorCode(String errorCode)
If the
PutProjectEventsoperation has an error, the error code is returned here.- Parameters:
errorCode- If thePutProjectEventsoperation 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
PutProjectEventsResultEntry.Builder errorMessage(String errorMessage)
If the
PutProjectEventsoperation has an error, the error message is returned here.- Parameters:
errorMessage- If thePutProjectEventsoperation 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
PutProjectEventsResultEntry.Builder eventId(String eventId)
A unique ID assigned to this
PutProjectEventsoperation.- Parameters:
eventId- A unique ID assigned to thisPutProjectEventsoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-