Interface CreateInvocationRequest.Builder

  • Method Details

    • description

      CreateInvocationRequest.Builder description(String description)

      A description for the interactions in the invocation. For example, "User asking about weather in Seattle".

      Parameters:
      description - A description for the interactions in the invocation. For example, "User asking about weather in Seattle".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • invocationId

      CreateInvocationRequest.Builder invocationId(String 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.
    • sessionIdentifier

      CreateInvocationRequest.Builder sessionIdentifier(String sessionIdentifier)

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

      Parameters:
      sessionIdentifier - The unique identifier for the associated session for the invocation. 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

      CreateInvocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.