Interface GetInvocationStepRequest.Builder

All Superinterfaces:
AwsRequest.Builder, BedrockAgentRuntimeRequest.Builder, Buildable, CopyableBuilder<GetInvocationStepRequest.Builder,GetInvocationStepRequest>, SdkBuilder<GetInvocationStepRequest.Builder,GetInvocationStepRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetInvocationStepRequest

  • Method Details

    • invocationIdentifier

      GetInvocationStepRequest.Builder invocationIdentifier(String invocationIdentifier)

      The unique identifier for the invocation in UUID format.

      Parameters:
      invocationIdentifier - The unique identifier for the invocation in UUID format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • invocationStepId

      GetInvocationStepRequest.Builder invocationStepId(String invocationStepId)

      The unique identifier (in UUID format) for the specific invocation step to retrieve.

      Parameters:
      invocationStepId - The unique identifier (in UUID format) for the specific invocation step to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionIdentifier

      GetInvocationStepRequest.Builder sessionIdentifier(String sessionIdentifier)

      The unique identifier for the invocation step's associated session. You can specify either the session's sessionId or its Amazon Resource Name (ARN).

      Parameters:
      sessionIdentifier - The unique identifier for the invocation step's associated session. You can specify either the session's sessionId or its Amazon Resource Name (ARN).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetInvocationStepRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder