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) The details about a failed report generation.failedReportOutput(FailedReportOutput failedReportOutput) The details about a failed report generation.default ReportOutput.Builders3ReportOutput(Consumer<S3ReportOutput.Builder> s3ReportOutput) Information about a report delivered to Amazon S3.s3ReportOutput(S3ReportOutput s3ReportOutput) Information about a report delivered to Amazon S3.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
Information about a report delivered to Amazon S3.
- Parameters:
s3ReportOutput- Information about a report delivered to Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3ReportOutput
Information about a report delivered to Amazon S3.
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
The details about a failed report generation.
- Parameters:
failedReportOutput- The details about a failed report generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedReportOutput
default ReportOutput.Builder failedReportOutput(Consumer<FailedReportOutput.Builder> failedReportOutput) The details about a failed report generation.
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:
-