Uses of Interface
software.amazon.awssdk.services.pipes.model.Pipe.Builder
-
Packages that use Pipe.Builder Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of Pipe.Builder in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return Pipe.Builder Modifier and Type Method Description Pipe.BuilderPipe.Builder. arn(String arn)The ARN of the pipe.static Pipe.BuilderPipe. builder()Pipe.BuilderPipe.Builder. creationTime(Instant creationTime)The time the pipe was created.Pipe.BuilderPipe.Builder. currentState(String currentState)The state the pipe is in.Pipe.BuilderPipe.Builder. currentState(PipeState currentState)The state the pipe is in.Pipe.BuilderPipe.Builder. desiredState(String desiredState)The state the pipe should be in.Pipe.BuilderPipe.Builder. desiredState(RequestedPipeState desiredState)The state the pipe should be in.Pipe.BuilderPipe.Builder. enrichment(String enrichment)The ARN of the enrichment resource.Pipe.BuilderPipe.Builder. lastModifiedTime(Instant lastModifiedTime)When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).Pipe.BuilderPipe.Builder. name(String name)The name of the pipe.Pipe.BuilderPipe.Builder. source(String source)The ARN of the source resource.Pipe.BuilderPipe.Builder. stateReason(String stateReason)The reason the pipe is in its current state.Pipe.BuilderPipe.Builder. target(String target)The ARN of the target resource.Pipe.BuilderPipe. toBuilder()Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type Pipe.Builder Modifier and Type Method Description static Class<? extends Pipe.Builder>Pipe. serializableBuilderClass()
-