Interface RunLogLocation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RunLogLocation.Builder,RunLogLocation>, SdkBuilder<RunLogLocation.Builder,RunLogLocation>, SdkPojo
Enclosing class:
RunLogLocation

public static interface RunLogLocation.Builder extends SdkPojo, CopyableBuilder<RunLogLocation.Builder,RunLogLocation>
  • Method Details

    • engineLogStream

      RunLogLocation.Builder engineLogStream(String engineLogStream)

      The log stream ARN for the engine log.

      Parameters:
      engineLogStream - The log stream ARN for the engine log.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runLogStream

      RunLogLocation.Builder runLogStream(String runLogStream)

      The log stream ARN for the run log.

      Parameters:
      runLogStream - The log stream ARN for the run log.
      Returns:
      Returns a reference to this object so that method calls can be chained together.