public static interface CreateBusinessReportScheduleRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<CreateBusinessReportScheduleRequest.Builder,CreateBusinessReportScheduleRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBusinessReportScheduleRequest.Builder scheduleName(String scheduleName)
The name identifier of the schedule.
scheduleName - The name identifier of the schedule.CreateBusinessReportScheduleRequest.Builder s3BucketName(String s3BucketName)
The S3 bucket name of the output reports. If this isn't specified, the report can be retrieved from a download link by calling ListBusinessReportSchedule.
s3BucketName - The S3 bucket name of the output reports. If this isn't specified, the report can be retrieved from a
download link by calling ListBusinessReportSchedule.CreateBusinessReportScheduleRequest.Builder s3KeyPrefix(String s3KeyPrefix)
The S3 key where the report is delivered.
s3KeyPrefix - The S3 key where the report is delivered.CreateBusinessReportScheduleRequest.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,
BusinessReportFormatCreateBusinessReportScheduleRequest.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,
BusinessReportFormatCreateBusinessReportScheduleRequest.Builder contentRange(BusinessReportContentRange contentRange)
The content range of the reports.
contentRange - The content range of the reports.default CreateBusinessReportScheduleRequest.Builder contentRange(Consumer<BusinessReportContentRange.Builder> contentRange)
The content range of the reports.
This is a convenience that creates an instance of theBusinessReportContentRange.Builder avoiding the
need to create one manually via BusinessReportContentRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to contentRange(BusinessReportContentRange).contentRange - a consumer that will call methods on BusinessReportContentRange.BuildercontentRange(BusinessReportContentRange)CreateBusinessReportScheduleRequest.Builder recurrence(BusinessReportRecurrence recurrence)
The recurrence of the reports. If this isn't specified, the report will only be delivered one time when the API is called.
recurrence - The recurrence of the reports. If this isn't specified, the report will only be delivered one time
when the API is called.default CreateBusinessReportScheduleRequest.Builder recurrence(Consumer<BusinessReportRecurrence.Builder> recurrence)
The recurrence of the reports. If this isn't specified, the report will only be delivered one time when the API is called.
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)CreateBusinessReportScheduleRequest.Builder clientRequestToken(String clientRequestToken)
The client request token.
clientRequestToken - The client request token.CreateBusinessReportScheduleRequest.Builder tags(Collection<Tag> tags)
The tags for the business report schedule.
tags - The tags for the business report schedule.CreateBusinessReportScheduleRequest.Builder tags(Tag... tags)
The tags for the business report schedule.
tags - The tags for the business report schedule.CreateBusinessReportScheduleRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags for the business report schedule.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateBusinessReportScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBusinessReportScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.