Interface CanaryRunConfigOutput.Builder

  • Method Details

    • timeoutInSeconds

      CanaryRunConfigOutput.Builder timeoutInSeconds(Integer timeoutInSeconds)

      How long the canary is allowed to run before it must stop.

      Parameters:
      timeoutInSeconds - How long the canary is allowed to run before it must stop.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • memoryInMB

      CanaryRunConfigOutput.Builder memoryInMB(Integer memoryInMB)

      The maximum amount of memory available to the canary while it is running, in MB. This value must be a multiple of 64.

      Parameters:
      memoryInMB - The maximum amount of memory available to the canary while it is running, in MB. This value must be a multiple of 64.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • activeTracing

      CanaryRunConfigOutput.Builder activeTracing(Boolean activeTracing)

      Displays whether this canary run used active X-Ray tracing.

      Parameters:
      activeTracing - Displays whether this canary run used active X-Ray tracing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ephemeralStorage

      CanaryRunConfigOutput.Builder ephemeralStorage(Integer ephemeralStorage)

      Specifies the amount of ephemeral storage (in MB) to allocate for the canary run during execution. This temporary storage is used for storing canary run artifacts (which are uploaded to an Amazon S3 bucket at the end of the run), and any canary browser operations. This temporary storage is cleared after the run is completed. Default storage value is 1024 MB.

      Parameters:
      ephemeralStorage - Specifies the amount of ephemeral storage (in MB) to allocate for the canary run during execution. This temporary storage is used for storing canary run artifacts (which are uploaded to an Amazon S3 bucket at the end of the run), and any canary browser operations. This temporary storage is cleared after the run is completed. Default storage value is 1024 MB.
      Returns:
      Returns a reference to this object so that method calls can be chained together.