Interface CustomOrchestrationTraceEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomOrchestrationTraceEvent.Builder,
,CustomOrchestrationTraceEvent> SdkBuilder<CustomOrchestrationTraceEvent.Builder,
,CustomOrchestrationTraceEvent> SdkPojo
- Enclosing class:
CustomOrchestrationTraceEvent
@Mutable
@NotThreadSafe
public static interface CustomOrchestrationTraceEvent.Builder
extends SdkPojo, CopyableBuilder<CustomOrchestrationTraceEvent.Builder,CustomOrchestrationTraceEvent>
-
Method Summary
Modifier and TypeMethodDescriptionThe text that prompted the event at this step.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
-
text
The text that prompted the event at this step.
- Parameters:
text
- The text that prompted the event at this step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-