Interface TestTelemetryPipelineResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<TestTelemetryPipelineResponse.Builder,,TestTelemetryPipelineResponse> ObservabilityAdminResponse.Builder,SdkBuilder<TestTelemetryPipelineResponse.Builder,,TestTelemetryPipelineResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
TestTelemetryPipelineResponse
@Mutable
@NotThreadSafe
public static interface TestTelemetryPipelineResponse.Builder
extends ObservabilityAdminResponse.Builder, SdkPojo, CopyableBuilder<TestTelemetryPipelineResponse.Builder,TestTelemetryPipelineResponse>
-
Method Summary
Modifier and TypeMethodDescriptionresults(Collection<PipelineOutput> results) The results of processing the test records through the pipeline configuration, including any outputs or errors.results(Consumer<PipelineOutput.Builder>... results) The results of processing the test records through the pipeline configuration, including any outputs or errors.results(PipelineOutput... results) The results of processing the test records through the pipeline configuration, including any outputs or errors.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.observabilityadmin.model.ObservabilityAdminResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
results
The results of processing the test records through the pipeline configuration, including any outputs or errors.
- Parameters:
results- The results of processing the test records through the pipeline configuration, including any outputs or errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
The results of processing the test records through the pipeline configuration, including any outputs or errors.
- Parameters:
results- The results of processing the test records through the pipeline configuration, including any outputs or errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
The results of processing the test records through the pipeline configuration, including any outputs or errors.
This is a convenience method that creates an instance of thePipelineOutput.Builderavoiding the need to create one manually viaPipelineOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresults(List<PipelineOutput>).- Parameters:
results- a consumer that will call methods onPipelineOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-