Interface SessionTraceIds.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SessionTraceIds.Builder,,SessionTraceIds> SdkBuilder<SessionTraceIds.Builder,,SessionTraceIds> SdkPojo
- Enclosing class:
SessionTraceIds
@Mutable
@NotThreadSafe
public static interface SessionTraceIds.Builder
extends SdkPojo, CopyableBuilder<SessionTraceIds.Builder,SessionTraceIds>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the session that contains the traces to evaluate.The list of trace IDs within the session to evaluate.traceIds(Collection<String> traceIds) The list of trace IDs within the session to evaluate.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
-
sessionId
The unique identifier of the session that contains the traces to evaluate.
- Parameters:
sessionId- The unique identifier of the session that contains the traces to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
traceIds
The list of trace IDs within the session to evaluate.
- Parameters:
traceIds- The list of trace IDs within the session to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
traceIds
The list of trace IDs within the session to evaluate.
- Parameters:
traceIds- The list of trace IDs within the session to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-