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