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