Interface TelemetryPipelineSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TelemetryPipelineSummary.Builder,,TelemetryPipelineSummary> SdkBuilder<TelemetryPipelineSummary.Builder,,TelemetryPipelineSummary> SdkPojo
- Enclosing class:
TelemetryPipelineSummary
@Mutable
@NotThreadSafe
public static interface TelemetryPipelineSummary.Builder
extends SdkPojo, CopyableBuilder<TelemetryPipelineSummary.Builder,TelemetryPipelineSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the telemetry pipeline.default TelemetryPipelineSummary.BuilderconfigurationSummary(Consumer<ConfigurationSummary.Builder> configurationSummary) A summary of the pipeline configuration components.configurationSummary(ConfigurationSummary configurationSummary) A summary of the pipeline configuration components.createdTimeStamp(Long createdTimeStamp) The timestamp when the telemetry pipeline was created.lastUpdateTimeStamp(Long lastUpdateTimeStamp) The timestamp when the telemetry pipeline was last updated.The name of the telemetry pipeline.The current status of the telemetry pipeline.status(TelemetryPipelineStatus status) The current status of the telemetry pipeline.The key-value pairs associated with the telemetry pipeline resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
createdTimeStamp
The timestamp when the telemetry pipeline was created.
- Parameters:
createdTimeStamp- The timestamp when the telemetry pipeline was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateTimeStamp
The timestamp when the telemetry pipeline was last updated.
- Parameters:
lastUpdateTimeStamp- The timestamp when the telemetry pipeline was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the telemetry pipeline.
- Parameters:
arn- The Amazon Resource Name (ARN) of the telemetry pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the telemetry pipeline.
- Parameters:
name- The name of the telemetry pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the telemetry pipeline.
- Parameters:
status- The current status of the telemetry pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the telemetry pipeline.
- Parameters:
status- The current status of the telemetry pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The key-value pairs associated with the telemetry pipeline resource.
- Parameters:
tags- The key-value pairs associated with the telemetry pipeline resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationSummary
A summary of the pipeline configuration components.
- Parameters:
configurationSummary- A summary of the pipeline configuration components.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configurationSummary
default TelemetryPipelineSummary.Builder configurationSummary(Consumer<ConfigurationSummary.Builder> configurationSummary) A summary of the pipeline configuration components.
This is a convenience method that creates an instance of theConfigurationSummary.Builderavoiding the need to create one manually viaConfigurationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfigurationSummary(ConfigurationSummary).- Parameters:
configurationSummary- a consumer that will call methods onConfigurationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-