public static interface StopPipelineResponse.Builder extends OsisResponse.Builder, SdkPojo, CopyableBuilder<StopPipelineResponse.Builder,StopPipelineResponse>
| Modifier and Type | Method and Description |
|---|---|
default StopPipelineResponse.Builder |
pipeline(Consumer<Pipeline.Builder> pipeline)
Sets the value of the Pipeline property for this object.
|
StopPipelineResponse.Builder |
pipeline(Pipeline pipeline)
Sets the value of the Pipeline property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopPipelineResponse.Builder pipeline(Pipeline pipeline)
pipeline - The new value for the Pipeline property for this object.default StopPipelineResponse.Builder pipeline(Consumer<Pipeline.Builder> pipeline)
Pipeline.Builder avoiding the need to
create one manually via Pipeline.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to pipeline(Pipeline).
pipeline - a consumer that will call methods on Pipeline.Builderpipeline(Pipeline)Copyright © 2023. All rights reserved.