Interface PipelineSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PipelineSummary.Builder,,- PipelineSummary> - SdkBuilder<PipelineSummary.Builder,,- PipelineSummary> - SdkPojo
- Enclosing class:
- PipelineSummary
- 
Method SummaryModifier and TypeMethodDescriptionThe date and time when the pipeline was created.destinations(Collection<PipelineDestination> destinations) A list of destinations to which the pipeline writes data.destinations(Consumer<PipelineDestination.Builder>... destinations) A list of destinations to which the pipeline writes data.destinations(PipelineDestination... destinations) A list of destinations to which the pipeline writes data.lastUpdatedAt(Instant lastUpdatedAt) The date and time when the pipeline was last updated.The maximum pipeline capacity, in Ingestion Compute Units (ICUs).The minimum pipeline capacity, in Ingestion Compute Units (ICUs).pipelineArn(String pipelineArn) The Amazon Resource Name (ARN) of the pipeline.pipelineName(String pipelineName) The name of the pipeline.The current status of the pipeline.status(PipelineStatus status) The current status of the pipeline.default PipelineSummary.BuilderstatusReason(Consumer<PipelineStatusReason.Builder> statusReason) Sets the value of the StatusReason property for this object.statusReason(PipelineStatusReason statusReason) Sets the value of the StatusReason property for this object.tags(Collection<Tag> tags) A list of tags associated with the given pipeline.tags(Consumer<Tag.Builder>... tags) A list of tags associated with the given pipeline.A list of tags associated with the given pipeline.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- 
statusThe current status of the pipeline. - Parameters:
- status- The current status of the pipeline.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe current status of the pipeline. - Parameters:
- status- The current status of the pipeline.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusReasonSets the value of the StatusReason property for this object.- Parameters:
- statusReason- The new value for the StatusReason property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusReasonSets the value of the StatusReason property for this object. This is a convenience method that creates an instance of thePipelineStatusReason.Builderavoiding the need to create one manually viaPipelineStatusReason.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatusReason(PipelineStatusReason).- Parameters:
- statusReason- a consumer that will call methods on- PipelineStatusReason.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pipelineNameThe name of the pipeline. - Parameters:
- pipelineName- The name of the pipeline.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
pipelineArnThe Amazon Resource Name (ARN) of the pipeline. - Parameters:
- pipelineArn- The Amazon Resource Name (ARN) of the pipeline.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
minUnitsThe minimum pipeline capacity, in Ingestion Compute Units (ICUs). - Parameters:
- minUnits- The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxUnitsThe maximum pipeline capacity, in Ingestion Compute Units (ICUs). - Parameters:
- maxUnits- The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtThe date and time when the pipeline was created. - Parameters:
- createdAt- The date and time when the pipeline was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastUpdatedAtThe date and time when the pipeline was last updated. - Parameters:
- lastUpdatedAt- The date and time when the pipeline was last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationsA list of destinations to which the pipeline writes data. - Parameters:
- destinations- A list of destinations to which the pipeline writes data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationsA list of destinations to which the pipeline writes data. - Parameters:
- destinations- A list of destinations to which the pipeline writes data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
destinationsA list of destinations to which the pipeline writes data. This is a convenience method that creates an instance of thePipelineDestination.Builderavoiding the need to create one manually viaPipelineDestination.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestinations(List<PipelineDestination>).- Parameters:
- destinations- a consumer that will call methods on- PipelineDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tagsA list of tags associated with the given pipeline. - Parameters:
- tags- A list of tags associated with the given pipeline.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsA list of tags associated with the given pipeline. - Parameters:
- tags- A list of tags associated with the given pipeline.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsA list of tags associated with the given pipeline. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-