static UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.builder() |
|
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.idempotencyToken(String idempotencyToken) |
A customer-chosen string that you can use to distinguish between otherwise identical calls to
UpdateReportPlanInput.
|
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.reportDeliveryChannel(Consumer<ReportDeliveryChannel.Builder> reportDeliveryChannel) |
A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket
name, S3 key prefix, and the formats of your reports.
|
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.reportDeliveryChannel(ReportDeliveryChannel reportDeliveryChannel) |
A structure that contains information about where to deliver your reports, specifically your Amazon S3 bucket
name, S3 key prefix, and the formats of your reports.
|
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.reportPlanDescription(String reportPlanDescription) |
An optional description of the report plan with a maximum 1,024 characters.
|
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.reportPlanName(String reportPlanName) |
The unique name of the report plan.
|
default UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.reportSetting(Consumer<ReportSetting.Builder> reportSetting) |
Identifies the report template for the report.
|
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.Builder.reportSetting(ReportSetting reportSetting) |
Identifies the report template for the report.
|
UpdateReportPlanRequest.Builder |
UpdateReportPlanRequest.toBuilder() |
|