| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
Pipe |
Pipe.clone() |
Pipe |
Pipe.withArn(String arn)
The ARN of the pipe.
|
Pipe |
Pipe.withCreationTime(Date creationTime)
The time the pipe was created.
|
Pipe |
Pipe.withCurrentState(PipeState currentState)
The state the pipe is in.
|
Pipe |
Pipe.withCurrentState(String currentState)
The state the pipe is in.
|
Pipe |
Pipe.withDesiredState(RequestedPipeState desiredState)
The state the pipe should be in.
|
Pipe |
Pipe.withDesiredState(String desiredState)
The state the pipe should be in.
|
Pipe |
Pipe.withEnrichment(String enrichment)
The ARN of the enrichment resource.
|
Pipe |
Pipe.withLastModifiedTime(Date lastModifiedTime)
When the pipe was last updated, in ISO-8601 format
(YYYY-MM-DDThh:mm:ss.sTZD).
|
Pipe |
Pipe.withName(String name)
The name of the pipe.
|
Pipe |
Pipe.withSource(String source)
The ARN of the source resource.
|
Pipe |
Pipe.withStateReason(String stateReason)
The reason the pipe is in its current state.
|
Pipe |
Pipe.withTarget(String target)
The ARN of the target resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Pipe> |
ListPipesResult.getPipes()
The pipes returned by the call.
|
| Modifier and Type | Method and Description |
|---|---|
ListPipesResult |
ListPipesResult.withPipes(Pipe... pipes)
The pipes returned by the call.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPipesResult.setPipes(Collection<Pipe> pipes)
The pipes returned by the call.
|
ListPipesResult |
ListPipesResult.withPipes(Collection<Pipe> pipes)
The pipes returned by the call.
|
Copyright © 2022. All rights reserved.