Interface Pipeline.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Pipeline.Builder,,- Pipeline> - SdkBuilder<Pipeline.Builder,,- Pipeline> - SdkPojo
- Enclosing class:
- Pipeline
- 
Method SummaryModifier and TypeMethodDescriptionactivities(Collection<PipelineActivity> activities) The activities that perform transformations on the messages.activities(Consumer<PipelineActivity.Builder>... activities) The activities that perform transformations on the messages.activities(PipelineActivity... activities) The activities that perform transformations on the messages.The ARN of the pipeline.creationTime(Instant creationTime) When the pipeline was created.lastUpdateTime(Instant lastUpdateTime) The last time the pipeline was updated.The name of the pipeline.reprocessingSummaries(Collection<ReprocessingSummary> reprocessingSummaries) A summary of information about the pipeline reprocessing.reprocessingSummaries(Consumer<ReprocessingSummary.Builder>... reprocessingSummaries) A summary of information about the pipeline reprocessing.reprocessingSummaries(ReprocessingSummary... reprocessingSummaries) A summary of information about the pipeline reprocessing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe name of the pipeline. - Parameters:
- name- The name of the pipeline.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe ARN of the pipeline. - Parameters:
- arn- The ARN of the pipeline.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
activitiesThe activities that perform transformations on the messages. - Parameters:
- activities- The activities that perform transformations on the messages.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
activitiesThe activities that perform transformations on the messages. - Parameters:
- activities- The activities that perform transformations on the messages.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
activitiesThe activities that perform transformations on the messages. This is a convenience method that creates an instance of thePipelineActivity.Builderavoiding the need to create one manually viaPipelineActivity.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactivities(List<PipelineActivity>).- Parameters:
- activities- a consumer that will call methods on- PipelineActivity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
reprocessingSummariesA summary of information about the pipeline reprocessing. - Parameters:
- reprocessingSummaries- A summary of information about the pipeline reprocessing.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
reprocessingSummariesA summary of information about the pipeline reprocessing. - Parameters:
- reprocessingSummaries- A summary of information about the pipeline reprocessing.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
reprocessingSummariesPipeline.Builder reprocessingSummaries(Consumer<ReprocessingSummary.Builder>... reprocessingSummaries) A summary of information about the pipeline reprocessing. This is a convenience method that creates an instance of theReprocessingSummary.Builderavoiding the need to create one manually viaReprocessingSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreprocessingSummaries(List<ReprocessingSummary>).- Parameters:
- reprocessingSummaries- a consumer that will call methods on- ReprocessingSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
creationTimeWhen the pipeline was created. - Parameters:
- creationTime- When the pipeline was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastUpdateTimeThe last time the pipeline was updated. - Parameters:
- lastUpdateTime- The last time the pipeline was updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-