Interface UpdatePipeResponse.Builder

    • Method Detail

      • arn

        UpdatePipeResponse.Builder arn​(String arn)

        The ARN of the pipe.

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

        UpdatePipeResponse.Builder creationTime​(Instant creationTime)

        The time the pipe was created.

        Parameters:
        creationTime - The time the pipe was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • currentState

        UpdatePipeResponse.Builder currentState​(String currentState)

        The state the pipe is in.

        Parameters:
        currentState - The state the pipe is in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PipeState, PipeState
      • currentState

        UpdatePipeResponse.Builder currentState​(PipeState currentState)

        The state the pipe is in.

        Parameters:
        currentState - The state the pipe is in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PipeState, PipeState
      • lastModifiedTime

        UpdatePipeResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

        Parameters:
        lastModifiedTime - When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdatePipeResponse.Builder name​(String name)

        The name of the pipe.

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