Interface CustomOrchestrationTrace.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CustomOrchestrationTrace.Builder,,- CustomOrchestrationTrace> - SdkBuilder<CustomOrchestrationTrace.Builder,,- CustomOrchestrationTrace> - SdkPojo
- Enclosing class:
- CustomOrchestrationTrace
@Mutable
@NotThreadSafe
public static interface CustomOrchestrationTrace.Builder
extends SdkPojo, CopyableBuilder<CustomOrchestrationTrace.Builder,CustomOrchestrationTrace> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault CustomOrchestrationTrace.BuilderThe event details used with the custom orchestration.The event details used with the custom orchestration.The unique identifier of the trace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
traceIdThe unique identifier of the trace. - Parameters:
- traceId- The unique identifier of the trace.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventThe event details used with the custom orchestration. - Parameters:
- event- The event details used with the custom orchestration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eventdefault CustomOrchestrationTrace.Builder event(Consumer<CustomOrchestrationTraceEvent.Builder> event) The event details used with the custom orchestration. This is a convenience method that creates an instance of theCustomOrchestrationTraceEvent.Builderavoiding the need to create one manually viaCustomOrchestrationTraceEvent.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toevent(CustomOrchestrationTraceEvent).- Parameters:
- event- a consumer that will call methods on- CustomOrchestrationTraceEvent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-