Interface UpdateBusinessReportScheduleRequest.Builder
- All Superinterfaces:
AlexaForBusinessRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateBusinessReportScheduleRequest.Builder,
,UpdateBusinessReportScheduleRequest> SdkBuilder<UpdateBusinessReportScheduleRequest.Builder,
,UpdateBusinessReportScheduleRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateBusinessReportScheduleRequest
public static interface UpdateBusinessReportScheduleRequest.Builder
extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdateBusinessReportScheduleRequest.Builder,UpdateBusinessReportScheduleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe format of the generated report (individual CSV files or zipped files of individual files).format
(BusinessReportFormat format) The format of the generated report (individual CSV files or zipped files of individual files).overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.recurrence
(Consumer<BusinessReportRecurrence.Builder> recurrence) The recurrence of the reports.recurrence
(BusinessReportRecurrence recurrence) The recurrence of the reports.s3BucketName
(String s3BucketName) The S3 location of the output reports.s3KeyPrefix
(String s3KeyPrefix) The S3 key where the report is delivered.scheduleArn
(String scheduleArn) The ARN of the business report schedule.scheduleName
(String scheduleName) The name identifier of the schedule.Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
scheduleArn
The ARN of the business report schedule.
- Parameters:
scheduleArn
- The ARN of the business report schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3BucketName
The S3 location of the output reports.
- Parameters:
s3BucketName
- The S3 location of the output reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3KeyPrefix
The S3 key where the report is delivered.
- Parameters:
s3KeyPrefix
- The S3 key where the report is delivered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
format
The format of the generated report (individual CSV files or zipped files of individual files).
- Parameters:
format
- The format of the generated report (individual CSV files or zipped files of individual files).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
format
The format of the generated report (individual CSV files or zipped files of individual files).
- Parameters:
format
- The format of the generated report (individual CSV files or zipped files of individual files).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scheduleName
The name identifier of the schedule.
- Parameters:
scheduleName
- The name identifier of the schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recurrence
The recurrence of the reports.
- Parameters:
recurrence
- The recurrence of the reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recurrence
default UpdateBusinessReportScheduleRequest.Builder recurrence(Consumer<BusinessReportRecurrence.Builder> recurrence) The recurrence of the reports.
This is a convenience method that creates an instance of theBusinessReportRecurrence.Builder
avoiding the need to create one manually viaBusinessReportRecurrence.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torecurrence(BusinessReportRecurrence)
.- Parameters:
recurrence
- a consumer that will call methods onBusinessReportRecurrence.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateBusinessReportScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateBusinessReportScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-