Interface CreatePipeResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreatePipeResponse.Builder,CreatePipeResponse>, PipesResponse.Builder, SdkBuilder<CreatePipeResponse.Builder,CreatePipeResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreatePipeResponse

public static interface CreatePipeResponse.Builder extends PipesResponse.Builder, SdkPojo, CopyableBuilder<CreatePipeResponse.Builder,CreatePipeResponse>
  • Method Details

    • 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

      CreatePipeResponse.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

      CreatePipeResponse.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:
    • currentState

      CreatePipeResponse.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:
    • desiredState

      CreatePipeResponse.Builder desiredState(String desiredState)

      The state the pipe should be in.

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

      CreatePipeResponse.Builder desiredState(RequestedPipeState desiredState)

      The state the pipe should be in.

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

      CreatePipeResponse.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

      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.