Interface ScriptDetails.Builder

    • Method Detail

      • scriptS3Location

        ScriptDetails.Builder scriptS3Location​(S3Location scriptS3Location)

        The S3 object location for the script.

        Parameters:
        scriptS3Location - The S3 object location for the script.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executablePath

        ScriptDetails.Builder executablePath​(String executablePath)

        The run path for the script.

        Parameters:
        executablePath - The run path for the script.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executableParameters

        ScriptDetails.Builder executableParameters​(String executableParameters)

        The runtime parameters passed to the run path for the script.

        Parameters:
        executableParameters - The runtime parameters passed to the run path for the script.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeoutInSeconds

        ScriptDetails.Builder timeoutInSeconds​(Integer timeoutInSeconds)

        The run timeout, in seconds, for the script.

        Parameters:
        timeoutInSeconds - The run timeout, in seconds, for the script.
        Returns:
        Returns a reference to this object so that method calls can be chained together.