Interface UpdatePipelineNotificationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdatePipelineNotificationsResponse.Builder,UpdatePipelineNotificationsResponse>,ElasticTranscoderResponse.Builder,SdkBuilder<UpdatePipelineNotificationsResponse.Builder,UpdatePipelineNotificationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdatePipelineNotificationsResponse
public static interface UpdatePipelineNotificationsResponse.Builder extends ElasticTranscoderResponse.Builder, SdkPojo, CopyableBuilder<UpdatePipelineNotificationsResponse.Builder,UpdatePipelineNotificationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdatePipelineNotificationsResponse.Builderpipeline(Consumer<Pipeline.Builder> pipeline)A section of the response body that provides information about the pipeline associated with this notification.UpdatePipelineNotificationsResponse.Builderpipeline(Pipeline pipeline)A section of the response body that provides information about the pipeline associated with this notification.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elastictranscoder.model.ElasticTranscoderResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
pipeline
UpdatePipelineNotificationsResponse.Builder pipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline associated with this notification.
- Parameters:
pipeline- A section of the response body that provides information about the pipeline associated with this notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipeline
default UpdatePipelineNotificationsResponse.Builder pipeline(Consumer<Pipeline.Builder> pipeline)
A section of the response body that provides information about the pipeline associated with this notification.
This is a convenience method that creates an instance of thePipeline.Builderavoiding the need to create one manually viaPipeline.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topipeline(Pipeline).- Parameters:
pipeline- a consumer that will call methods onPipeline.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
pipeline(Pipeline)
-
-