Interface GetWorkflowStepGroupResponse.Builder

  • Method Details

    • id

      The ID of the step group.

      Parameters:
      id - The ID of the step group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowId

      The ID of the migration workflow.

      Parameters:
      workflowId - The ID of the migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the step group.

      Parameters:
      name - The name of the step group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      GetWorkflowStepGroupResponse.Builder description(String description)

      The description of the step group.

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

      The status of the step group.

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

      The status of the step group.

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

      The owner of the step group.

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

      The owner of the step group.

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

      GetWorkflowStepGroupResponse.Builder creationTime(Instant creationTime)

      The time at which the step group was created.

      Parameters:
      creationTime - The time at which the step group was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      GetWorkflowStepGroupResponse.Builder lastModifiedTime(Instant lastModifiedTime)

      The time at which the step group was last modified.

      Parameters:
      lastModifiedTime - The time at which the step group was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The time at which the step group ended.

      Parameters:
      endTime - The time at which the step group ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tools

      List of AWS services utilized in a migration workflow.

      Parameters:
      tools - List of AWS services utilized in a migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tools

      List of AWS services utilized in a migration workflow.

      Parameters:
      tools - List of AWS services utilized in a migration workflow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tools

      List of AWS services utilized in a migration workflow.

      This is a convenience method that creates an instance of the Tool.Builder avoiding the need to create one manually via Tool.builder() .

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tools(List<Tool>).

      Parameters:
      tools - a consumer that will call methods on Tool.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • previous

      The previous step group.

      Parameters:
      previous - The previous step group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • previous

      The previous step group.

      Parameters:
      previous - The previous step group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • next

      The next step group.

      Parameters:
      next - The next step group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • next

      The next step group.

      Parameters:
      next - The next step group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.