public static interface Pipe.Builder extends SdkPojo, CopyableBuilder<Pipe.Builder,Pipe>
| Modifier and Type | Method and Description |
|---|---|
Pipe.Builder |
arn(String arn)
The ARN of the pipe.
|
Pipe.Builder |
creationTime(Instant creationTime)
The time the pipe was created.
|
Pipe.Builder |
currentState(PipeState currentState)
The state the pipe is in.
|
Pipe.Builder |
currentState(String currentState)
The state the pipe is in.
|
Pipe.Builder |
desiredState(RequestedPipeState desiredState)
The state the pipe should be in.
|
Pipe.Builder |
desiredState(String desiredState)
The state the pipe should be in.
|
Pipe.Builder |
enrichment(String enrichment)
The ARN of the enrichment resource.
|
Pipe.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the pipe was last updated, in ISO-8601 format
(YYYY-MM-DDThh:mm:ss.sTZD).
|
Pipe.Builder |
name(String name)
The name of the pipe.
|
Pipe.Builder |
source(String source)
The ARN of the source resource.
|
Pipe.Builder |
stateReason(String stateReason)
The reason the pipe is in its current state.
|
Pipe.Builder |
target(String target)
The ARN of the target resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPipe.Builder arn(String arn)
The ARN of the pipe.
arn - The ARN of the pipe.Pipe.Builder creationTime(Instant creationTime)
The time the pipe was created.
creationTime - The time the pipe was created.Pipe.Builder currentState(String currentState)
The state the pipe is in.
Pipe.Builder currentState(PipeState currentState)
The state the pipe is in.
Pipe.Builder desiredState(String desiredState)
The state the pipe should be in.
desiredState - The state the pipe should be in.RequestedPipeState,
RequestedPipeStatePipe.Builder desiredState(RequestedPipeState desiredState)
The state the pipe should be in.
desiredState - The state the pipe should be in.RequestedPipeState,
RequestedPipeStatePipe.Builder enrichment(String enrichment)
The ARN of the enrichment resource.
enrichment - The ARN of the enrichment resource.Pipe.Builder lastModifiedTime(Instant lastModifiedTime)
When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
lastModifiedTime - When the pipe was last updated, in ISO-8601 format
(YYYY-MM-DDThh:mm:ss.sTZD).Pipe.Builder name(String name)
The name of the pipe.
name - The name of the pipe.Pipe.Builder source(String source)
The ARN of the source resource.
source - The ARN of the source resource.Pipe.Builder stateReason(String stateReason)
The reason the pipe is in its current state.
stateReason - The reason the pipe is in its current state.Pipe.Builder target(String target)
The ARN of the target resource.
target - The ARN of the target resource.Copyright © 2023. All rights reserved.