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
-
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 Detail
-
scheduleArn
UpdateBusinessReportScheduleRequest.Builder scheduleArn(String 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
UpdateBusinessReportScheduleRequest.Builder s3BucketName(String 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
UpdateBusinessReportScheduleRequest.Builder s3KeyPrefix(String 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
UpdateBusinessReportScheduleRequest.Builder format(String 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:
BusinessReportFormat,BusinessReportFormat
-
format
UpdateBusinessReportScheduleRequest.Builder format(BusinessReportFormat 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:
BusinessReportFormat,BusinessReportFormat
-
scheduleName
UpdateBusinessReportScheduleRequest.Builder scheduleName(String 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
UpdateBusinessReportScheduleRequest.Builder recurrence(BusinessReportRecurrence 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.Builderavoiding the need to create one manually viaBusinessReportRecurrence.builder().When the
Consumercompletes,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:
recurrence(BusinessReportRecurrence)
-
overrideConfiguration
UpdateBusinessReportScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateBusinessReportScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-