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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomOrchestrationTraceEvent.Buildertext(String text)The 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 Detail
-
text
CustomOrchestrationTraceEvent.Builder text(String 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.
-
-