Interface Pipeline.Builder

    • Method Detail

      • name

        Pipeline.Builder name​(String name)

        The name of the pipeline.

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

        Pipeline.Builder arn​(String arn)

        The ARN of the pipeline.

        Parameters:
        arn - The ARN of the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activities

        Pipeline.Builder activities​(Collection<PipelineActivity> activities)

        The activities that perform transformations on the messages.

        Parameters:
        activities - The activities that perform transformations on the messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activities

        Pipeline.Builder activities​(PipelineActivity... activities)

        The activities that perform transformations on the messages.

        Parameters:
        activities - The activities that perform transformations on the messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reprocessingSummaries

        Pipeline.Builder reprocessingSummaries​(Collection<ReprocessingSummary> reprocessingSummaries)

        A summary of information about the pipeline reprocessing.

        Parameters:
        reprocessingSummaries - A summary of information about the pipeline reprocessing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reprocessingSummaries

        Pipeline.Builder reprocessingSummaries​(ReprocessingSummary... reprocessingSummaries)

        A summary of information about the pipeline reprocessing.

        Parameters:
        reprocessingSummaries - A summary of information about the pipeline reprocessing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        Pipeline.Builder creationTime​(Instant creationTime)

        When the pipeline was created.

        Parameters:
        creationTime - When the pipeline was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdateTime

        Pipeline.Builder lastUpdateTime​(Instant lastUpdateTime)

        The last time the pipeline was updated.

        Parameters:
        lastUpdateTime - The last time the pipeline was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.