Interface CustomOrchestrationTraceEvent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomOrchestrationTraceEvent.Builder,,CustomOrchestrationTraceEvent> SdkBuilder<CustomOrchestrationTraceEvent.Builder,,CustomOrchestrationTraceEvent> SdkPojo
- Enclosing class:
CustomOrchestrationTraceEvent
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
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
-
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.
-