Interface TraceHeader.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TraceHeader.Builder,,TraceHeader> SdkBuilder<TraceHeader.Builder,,TraceHeader> SdkPojo
- Enclosing class:
TraceHeader
@Mutable
@NotThreadSafe
public static interface TraceHeader.Builder
extends SdkPojo, CopyableBuilder<TraceHeader.Builder,TraceHeader>
-
Method Summary
Modifier and TypeMethodDescriptionxAmznTraceId(String xAmznTraceId) The X-Ray trace header associated with the durable execution.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
-
xAmznTraceId
The X-Ray trace header associated with the durable execution.
- Parameters:
xAmznTraceId- The X-Ray trace header associated with the durable execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-