CreatePipeResponse.Builder |
CreatePipeResponse.Builder.arn(String arn) |
The ARN of the pipe.
|
static CreatePipeResponse.Builder |
CreatePipeResponse.builder() |
|
CreatePipeResponse.Builder |
CreatePipeResponse.Builder.creationTime(Instant creationTime) |
The time the pipe was created.
|
CreatePipeResponse.Builder |
CreatePipeResponse.Builder.currentState(String currentState) |
The state the pipe is in.
|
CreatePipeResponse.Builder |
CreatePipeResponse.Builder.currentState(PipeState currentState) |
The state the pipe is in.
|
CreatePipeResponse.Builder |
CreatePipeResponse.Builder.desiredState(String desiredState) |
The state the pipe should be in.
|
CreatePipeResponse.Builder |
CreatePipeResponse.Builder.desiredState(RequestedPipeState desiredState) |
The state the pipe should be in.
|
CreatePipeResponse.Builder |
CreatePipeResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
When the pipe was last updated, in ISO-8601 format
(YYYY-MM-DDThh:mm:ss.sTZD).
|
CreatePipeResponse.Builder |
CreatePipeResponse.Builder.name(String name) |
The name of the pipe.
|
CreatePipeResponse.Builder |
CreatePipeResponse.toBuilder() |
|