Interface JobInsights.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JobInsights.Builder,,JobInsights> SdkBuilder<JobInsights.Builder,,JobInsights> SdkPojo
- Enclosing class:
JobInsights
@Mutable
@NotThreadSafe
public static interface JobInsights.Builder
extends SdkPojo, CopyableBuilder<JobInsights.Builder,JobInsights>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the insights report for the job.status(ReportStatus status) The status of the insights report for the job.default JobInsights.BuildertestReport(Consumer<TestReport.Builder> testReport) The test-level aggregated report for the job.testReport(TestReport testReport) The test-level aggregated report for the job.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
-
status
The status of the insights report for the job.
- Parameters:
status- The status of the insights report for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the insights report for the job.
- Parameters:
status- The status of the insights report for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
testReport
The test-level aggregated report for the job.
- Parameters:
testReport- The test-level aggregated report for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testReport
The test-level aggregated report for the job.
This is a convenience method that creates an instance of theTestReport.Builderavoiding the need to create one manually viaTestReport.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totestReport(TestReport).- Parameters:
testReport- a consumer that will call methods onTestReport.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-