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