Interface GetFlowMetadataResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the flow.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowId

      The unique identifier of the flow.

      Parameters:
      flowId - The unique identifier of the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      A display name for the flow.

      Parameters:
      name - A display name for the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      GetFlowMetadataResponse.Builder description(String description)

      The description for the flow.

      Parameters:
      description - The description for the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • publishState

      GetFlowMetadataResponse.Builder publishState(String publishState)

      The publish state for the flow. Valid values are DRAFT, PUBLISHED, or PENDING_APPROVAL.

      Parameters:
      publishState - The publish state for the flow. Valid values are DRAFT, PUBLISHED, or PENDING_APPROVAL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • publishState

      The publish state for the flow. Valid values are DRAFT, PUBLISHED, or PENDING_APPROVAL.

      Parameters:
      publishState - The publish state for the flow. Valid values are DRAFT, PUBLISHED, or PENDING_APPROVAL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • userCount

      The number of users who have used the flow.

      Parameters:
      userCount - The number of users who have used the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runCount

      The number of runs done for the flow.

      Parameters:
      runCount - The number of runs done for the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTime

      GetFlowMetadataResponse.Builder createdTime(Instant createdTime)

      The time this flow was created.

      Parameters:
      createdTime - The time this flow was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTime

      GetFlowMetadataResponse.Builder lastUpdatedTime(Instant lastUpdatedTime)

      The last time this flow was modified.

      Parameters:
      lastUpdatedTime - The last time this flow was modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestId

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The HTTP status of the request.

      Parameters:
      status - The HTTP status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.