Interface CreateBusinessReportScheduleRequest.Builder
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateBusinessReportScheduleRequest.Builder,,CreateBusinessReportScheduleRequest> SdkBuilder<CreateBusinessReportScheduleRequest.Builder,,CreateBusinessReportScheduleRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateBusinessReportScheduleRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientRequestToken(String clientRequestToken) The client request token.contentRange(Consumer<BusinessReportContentRange.Builder> contentRange) The content range of the reports.contentRange(BusinessReportContentRange contentRange) The content range of the reports.The 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 bucket name of the output reports.s3KeyPrefix(String s3KeyPrefix) The S3 key where the report is delivered.scheduleName(String scheduleName) The name identifier of the schedule.tags(Collection<Tag> tags) The tags for the business report schedule.tags(Consumer<Tag.Builder>... tags) The tags for the business report schedule.The tags for the business report schedule.Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
-
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.
- Parameters:
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.- 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:
-
contentRange
The content range of the reports.
- Parameters:
contentRange- The content range of the reports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentRange
default CreateBusinessReportScheduleRequest.Builder contentRange(Consumer<BusinessReportContentRange.Builder> contentRange) The content range of the reports.
This is a convenience method that creates an instance of theBusinessReportContentRange.Builderavoiding the need to create one manually viaBusinessReportContentRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontentRange(BusinessReportContentRange).- Parameters:
contentRange- a consumer that will call methods onBusinessReportContentRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
recurrence
The recurrence of the reports. If this isn't specified, the report will only be delivered one time when the API is called.
- Parameters:
recurrence- The recurrence of the reports. If this isn't specified, the report will only be delivered one time when the API is called.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recurrence
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 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:
-
clientRequestToken
The client request token.
- Parameters:
clientRequestToken- The client request token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags for the business report schedule.
- Parameters:
tags- The tags for the business report schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags for the business report schedule.
- Parameters:
tags- The tags for the business report schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags for the business report schedule.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateBusinessReportScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateBusinessReportScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-