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