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