Interface Step.Builder

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

@Mutable @NotThreadSafe public static interface Step.Builder extends SdkPojo, CopyableBuilder<Step.Builder,Step>
  • Method Details

    • name

      Step.Builder name(String name)

      The name of the step. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, and FINALIZING.

      Parameters:
      name - The name of the step. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, and FINALIZING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      Step.Builder name(StepName name)

      The name of the step. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, and FINALIZING.

      Parameters:
      name - The name of the step. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, and FINALIZING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Step.Builder status(String status)

      The current status of the step.

      Parameters:
      status - The current status of the step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Step.Builder status(StepStatus status)

      The current status of the step.

      Parameters:
      status - The current status of the step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      Step.Builder createdAt(Instant createdAt)

      The date and time the step was created, in UTC format.

      Parameters:
      createdAt - The date and time the step was created, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      Step.Builder updatedAt(Instant updatedAt)

      The date and time the step was last updated, in UTC format.

      Parameters:
      updatedAt - The date and time the step was last updated, in UTC format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.