public static interface CreateUsageReportSubscriptionResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<CreateUsageReportSubscriptionResponse.Builder,CreateUsageReportSubscriptionResponse>
Modifier and Type | Method and Description |
---|---|
CreateUsageReportSubscriptionResponse.Builder |
s3BucketName(String s3BucketName)
The Amazon S3 bucket where generated reports are stored.
|
CreateUsageReportSubscriptionResponse.Builder |
schedule(String schedule)
The schedule for generating usage reports.
|
CreateUsageReportSubscriptionResponse.Builder |
schedule(UsageReportSchedule schedule)
The schedule for generating usage reports.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateUsageReportSubscriptionResponse.Builder s3BucketName(String s3BucketName)
The Amazon S3 bucket where generated reports are stored.
If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.
s3BucketName
- The Amazon S3 bucket where generated reports are stored.
If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.
CreateUsageReportSubscriptionResponse.Builder schedule(String schedule)
The schedule for generating usage reports.
schedule
- The schedule for generating usage reports.UsageReportSchedule
,
UsageReportSchedule
CreateUsageReportSubscriptionResponse.Builder schedule(UsageReportSchedule schedule)
The schedule for generating usage reports.
schedule
- The schedule for generating usage reports.UsageReportSchedule
,
UsageReportSchedule
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.