public static interface UpdateBusinessReportScheduleRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdateBusinessReportScheduleRequest.Builder,UpdateBusinessReportScheduleRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBusinessReportScheduleRequest.Builder scheduleArn(String scheduleArn)
The ARN of the business report schedule.
scheduleArn - The ARN of the business report schedule.UpdateBusinessReportScheduleRequest.Builder s3BucketName(String s3BucketName)
The S3 location of the output reports.
s3BucketName - The S3 location of the output reports.UpdateBusinessReportScheduleRequest.Builder s3KeyPrefix(String s3KeyPrefix)
The S3 key where the report is delivered.
s3KeyPrefix - The S3 key where the report is delivered.UpdateBusinessReportScheduleRequest.Builder format(String format)
The format of the generated report (individual CSV files or zipped files of individual files).
format - The format of the generated report (individual CSV files or zipped files of individual files).BusinessReportFormat,
BusinessReportFormatUpdateBusinessReportScheduleRequest.Builder format(BusinessReportFormat format)
The format of the generated report (individual CSV files or zipped files of individual files).
format - The format of the generated report (individual CSV files or zipped files of individual files).BusinessReportFormat,
BusinessReportFormatUpdateBusinessReportScheduleRequest.Builder scheduleName(String scheduleName)
The name identifier of the schedule.
scheduleName - The name identifier of the schedule.UpdateBusinessReportScheduleRequest.Builder recurrence(BusinessReportRecurrence recurrence)
The recurrence of the reports.
recurrence - The recurrence of the reports.default UpdateBusinessReportScheduleRequest.Builder recurrence(Consumer<BusinessReportRecurrence.Builder> recurrence)
The recurrence of the reports.
This is a convenience that creates an instance of theBusinessReportRecurrence.Builder avoiding the
need to create one manually via BusinessReportRecurrence.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to recurrence(BusinessReportRecurrence).recurrence - a consumer that will call methods on BusinessReportRecurrence.Builderrecurrence(BusinessReportRecurrence)UpdateBusinessReportScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateBusinessReportScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.