Interface InvocationStepSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InvocationStepSummary.Builder,
,InvocationStepSummary> SdkBuilder<InvocationStepSummary.Builder,
,InvocationStepSummary> SdkPojo
- Enclosing class:
InvocationStepSummary
@Mutable
@NotThreadSafe
public static interface InvocationStepSummary.Builder
extends SdkPojo, CopyableBuilder<InvocationStepSummary.Builder,InvocationStepSummary>
-
Method Summary
Modifier and TypeMethodDescriptioninvocationId
(String invocationId) A unique identifier for the invocation in UUID format.invocationStepId
(String invocationStepId) The unique identifier (in UUID format) for the invocation step.invocationStepTime
(Instant invocationStepTime) The timestamp for when the invocation step was created.The unique identifier for the session associated with the invocation 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 Details
-
invocationId
A unique identifier for the invocation in UUID format.
- Parameters:
invocationId
- A unique identifier for the invocation in UUID format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationStepId
The unique identifier (in UUID format) for the invocation step.
- Parameters:
invocationStepId
- The unique identifier (in UUID format) for the invocation step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationStepTime
The timestamp for when the invocation step was created.
- Parameters:
invocationStepTime
- The timestamp for when the invocation step was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionId
The unique identifier for the session associated with the invocation step.
- Parameters:
sessionId
- The unique identifier for the session associated with the invocation step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-