| Package | Description |
|---|---|
| software.amazon.awssdk.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
StopPipeResponse.Builder |
StopPipeResponse.Builder.arn(String arn)
The ARN of the pipe.
|
static StopPipeResponse.Builder |
StopPipeResponse.builder() |
StopPipeResponse.Builder |
StopPipeResponse.Builder.creationTime(Instant creationTime)
The time the pipe was created.
|
StopPipeResponse.Builder |
StopPipeResponse.Builder.currentState(PipeState currentState)
The state the pipe is in.
|
StopPipeResponse.Builder |
StopPipeResponse.Builder.currentState(String currentState)
The state the pipe is in.
|
StopPipeResponse.Builder |
StopPipeResponse.Builder.desiredState(RequestedPipeState desiredState)
The state the pipe should be in.
|
StopPipeResponse.Builder |
StopPipeResponse.Builder.desiredState(String desiredState)
The state the pipe should be in.
|
StopPipeResponse.Builder |
StopPipeResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
When the pipe was last updated, in ISO-8601 format
(YYYY-MM-DDThh:mm:ss.sTZD).
|
StopPipeResponse.Builder |
StopPipeResponse.Builder.name(String name)
The name of the pipe.
|
StopPipeResponse.Builder |
StopPipeResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopPipeResponse.Builder> |
StopPipeResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.