Interface FlowVersionSummary.Builder

    • Method Detail

      • arn

        FlowVersionSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the flow that the version belongs to.

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

        FlowVersionSummary.Builder createdAt​(Instant createdAt)

        The time at the version was created.

        Parameters:
        createdAt - The time at the version was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        FlowVersionSummary.Builder id​(String id)

        The unique identifier of the flow.

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

        FlowVersionSummary.Builder version​(String version)

        The version of the flow.

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