Interface CreateBusinessReportScheduleRequest.Builder
-
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateBusinessReportScheduleRequest.Builder,CreateBusinessReportScheduleRequest>,SdkBuilder<CreateBusinessReportScheduleRequest.Builder,CreateBusinessReportScheduleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateBusinessReportScheduleRequest
public static interface CreateBusinessReportScheduleRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<CreateBusinessReportScheduleRequest.Builder,CreateBusinessReportScheduleRequest>
-
-
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
-
scheduleName
CreateBusinessReportScheduleRequest.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.
-
s3BucketName
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.
- 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
CreateBusinessReportScheduleRequest.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
CreateBusinessReportScheduleRequest.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
CreateBusinessReportScheduleRequest.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
-
contentRange
CreateBusinessReportScheduleRequest.Builder contentRange(BusinessReportContentRange 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:
contentRange(BusinessReportContentRange)
-
recurrence
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.
- 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:
recurrence(BusinessReportRecurrence)
-
clientRequestToken
CreateBusinessReportScheduleRequest.Builder clientRequestToken(String 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
CreateBusinessReportScheduleRequest.Builder tags(Collection<Tag> 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
CreateBusinessReportScheduleRequest.Builder tags(Tag... 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
CreateBusinessReportScheduleRequest.Builder tags(Consumer<Tag.Builder>... 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 to#tags(List.) - 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:
#tags(java.util.Collection)
-
overrideConfiguration
CreateBusinessReportScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateBusinessReportScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-