public static interface BusinessReport.Builder extends SdkPojo, CopyableBuilder<BusinessReport.Builder,BusinessReport>
| Modifier and Type | Method and Description |
|---|---|
BusinessReport.Builder |
deliveryTime(Instant deliveryTime)
The time of report delivery.
|
BusinessReport.Builder |
downloadUrl(String downloadUrl)
The download link where a user can download the report.
|
BusinessReport.Builder |
failureCode(BusinessReportFailureCode failureCode)
The failure code.
|
BusinessReport.Builder |
failureCode(String failureCode)
The failure code.
|
BusinessReport.Builder |
s3Location(BusinessReportS3Location s3Location)
The S3 location of the output reports.
|
default BusinessReport.Builder |
s3Location(Consumer<BusinessReportS3Location.Builder> s3Location)
The S3 location of the output reports.
|
BusinessReport.Builder |
status(BusinessReportStatus status)
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
|
BusinessReport.Builder |
status(String status)
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBusinessReport.Builder status(String status)
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
status - The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).BusinessReportStatus,
BusinessReportStatusBusinessReport.Builder status(BusinessReportStatus status)
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
status - The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).BusinessReportStatus,
BusinessReportStatusBusinessReport.Builder failureCode(String failureCode)
The failure code.
failureCode - The failure code.BusinessReportFailureCode,
BusinessReportFailureCodeBusinessReport.Builder failureCode(BusinessReportFailureCode failureCode)
The failure code.
failureCode - The failure code.BusinessReportFailureCode,
BusinessReportFailureCodeBusinessReport.Builder s3Location(BusinessReportS3Location s3Location)
The S3 location of the output reports.
s3Location - The S3 location of the output reports.default BusinessReport.Builder s3Location(Consumer<BusinessReportS3Location.Builder> s3Location)
The S3 location of the output reports.
This is a convenience method that creates an instance of theBusinessReportS3Location.Builder
avoiding the need to create one manually via BusinessReportS3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to s3Location(BusinessReportS3Location).
s3Location - a consumer that will call methods on BusinessReportS3Location.Builders3Location(BusinessReportS3Location)BusinessReport.Builder deliveryTime(Instant deliveryTime)
The time of report delivery.
deliveryTime - The time of report delivery.BusinessReport.Builder downloadUrl(String downloadUrl)
The download link where a user can download the report.
downloadUrl - The download link where a user can download the report.Copyright © 2023. All rights reserved.