Interface ExecutionSummaryAffectedSession.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExecutionSummaryAffectedSession.Builder,,ExecutionSummaryAffectedSession> SdkBuilder<ExecutionSummaryAffectedSession.Builder,,ExecutionSummaryAffectedSession> SdkPojo
- Enclosing class:
ExecutionSummaryAffectedSession
@Mutable
@NotThreadSafe
public static interface ExecutionSummaryAffectedSession.Builder
extends SdkPojo, CopyableBuilder<ExecutionSummaryAffectedSession.Builder,ExecutionSummaryAffectedSession>
-
Method Summary
Modifier and TypeMethodDescriptionapproachTaken(String approachTaken) The approach taken by the agent during this session.finalOutcome(String finalOutcome) The final outcome of the session.The unique identifier of the session.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.
- Parameters:
sessionId- The unique identifier of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
approachTaken
The approach taken by the agent during this session.
- Parameters:
approachTaken- The approach taken by the agent during this session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finalOutcome
The final outcome of the session.
- Parameters:
finalOutcome- The final outcome of the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-