Interface InstrumentationStatusEvent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InstrumentationStatusEvent.Builder,,InstrumentationStatusEvent> SdkBuilder<InstrumentationStatusEvent.Builder,,InstrumentationStatusEvent> SdkPojo
- Enclosing class:
InstrumentationStatusEvent
@Mutable
@NotThreadSafe
public static interface InstrumentationStatusEvent.Builder
extends SdkPojo, CopyableBuilder<InstrumentationStatusEvent.Builder,InstrumentationStatusEvent>
-
Method Summary
Modifier and TypeMethodDescriptionerrorCause(String errorCause) The error cause when the status isERROR.errorCause(InstrumentationErrorCause errorCause) The error cause when the status isERROR.The time when the status was reported, rounded to the nearest minute.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
-
time
The time when the status was reported, rounded to the nearest minute.
- Parameters:
time- The time when the status was reported, rounded to the nearest minute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCause
The error cause when the status is
ERROR.- Parameters:
errorCause- The error cause when the status isERROR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCause
The error cause when the status is
ERROR.- Parameters:
errorCause- The error cause when the status isERROR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-