Interface ReportOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ReportOutput.Builder,,ReportOutput> SdkBuilder<ReportOutput.Builder,,ReportOutput> SdkPojo
- Enclosing class:
ReportOutput
@Mutable
@NotThreadSafe
public static interface ReportOutput.Builder
extends SdkPojo, CopyableBuilder<ReportOutput.Builder,ReportOutput>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ReportOutput.BuilderfailedReportOutput(Consumer<FailedReportOutput.Builder> failedReportOutput) Details when report generation failed.failedReportOutput(FailedReportOutput failedReportOutput) Details when report generation failed.default ReportOutput.Builders3ReportOutput(Consumer<S3ReportOutput.Builder> s3ReportOutput) The S3 location where the report was written.s3ReportOutput(S3ReportOutput s3ReportOutput) The S3 location where the report was written.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
-
s3ReportOutput
The S3 location where the report was written.
- Parameters:
s3ReportOutput- The S3 location where the report was written.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3ReportOutput
The S3 location where the report was written.
This is a convenience method that creates an instance of theS3ReportOutput.Builderavoiding the need to create one manually viaS3ReportOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3ReportOutput(S3ReportOutput).- Parameters:
s3ReportOutput- a consumer that will call methods onS3ReportOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failedReportOutput
Details when report generation failed.
- Parameters:
failedReportOutput- Details when report generation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedReportOutput
default ReportOutput.Builder failedReportOutput(Consumer<FailedReportOutput.Builder> failedReportOutput) Details when report generation failed.
This is a convenience method that creates an instance of theFailedReportOutput.Builderavoiding the need to create one manually viaFailedReportOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofailedReportOutput(FailedReportOutput).- Parameters:
failedReportOutput- a consumer that will call methods onFailedReportOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-