public static interface ReportExportConfig.Builder extends SdkPojo, CopyableBuilder<ReportExportConfig.Builder,ReportExportConfig>
| Modifier and Type | Method and Description |
|---|---|
ReportExportConfig.Builder |
exportConfigType(ReportExportConfigType exportConfigType)
The export configuration type.
|
ReportExportConfig.Builder |
exportConfigType(String exportConfigType)
The export configuration type.
|
default ReportExportConfig.Builder |
s3Destination(Consumer<S3ReportExportConfig.Builder> s3Destination)
A
S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported. |
ReportExportConfig.Builder |
s3Destination(S3ReportExportConfig s3Destination)
A
S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReportExportConfig.Builder exportConfigType(String exportConfigType)
The export configuration type. Valid values are:
S3: The report results are exported to an S3 bucket.
NO_EXPORT: The report results are not exported.
exportConfigType - The export configuration type. Valid values are:
S3: The report results are exported to an S3 bucket.
NO_EXPORT: The report results are not exported.
ReportExportConfigType,
ReportExportConfigTypeReportExportConfig.Builder exportConfigType(ReportExportConfigType exportConfigType)
The export configuration type. Valid values are:
S3: The report results are exported to an S3 bucket.
NO_EXPORT: The report results are not exported.
exportConfigType - The export configuration type. Valid values are:
S3: The report results are exported to an S3 bucket.
NO_EXPORT: The report results are not exported.
ReportExportConfigType,
ReportExportConfigTypeReportExportConfig.Builder s3Destination(S3ReportExportConfig s3Destination)
A S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported.
s3Destination - A S3ReportExportConfig object that contains information about the S3 bucket where the run
of a report is exported.default ReportExportConfig.Builder s3Destination(Consumer<S3ReportExportConfig.Builder> s3Destination)
A S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported.
S3ReportExportConfig.Builder avoiding
the need to create one manually via S3ReportExportConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3Destination(S3ReportExportConfig).
s3Destination - a consumer that will call methods on S3ReportExportConfig.Builders3Destination(S3ReportExportConfig)Copyright © 2023. All rights reserved.