public static interface GetReportDefinitionResponse.Builder extends ApplicationCostProfilerResponse.Builder, SdkPojo, CopyableBuilder<GetReportDefinitionResponse.Builder,GetReportDefinitionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetReportDefinitionResponse.Builder |
createdAt(Instant createdAt)
Timestamp (milliseconds) when this report definition was created.
|
default GetReportDefinitionResponse.Builder |
destinationS3Location(Consumer<S3Location.Builder> destinationS3Location)
Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
|
GetReportDefinitionResponse.Builder |
destinationS3Location(S3Location destinationS3Location)
Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
|
GetReportDefinitionResponse.Builder |
format(Format format)
Format of the generated report.
|
GetReportDefinitionResponse.Builder |
format(String format)
Format of the generated report.
|
GetReportDefinitionResponse.Builder |
lastUpdated(Instant lastUpdated)
Timestamp (milliseconds) when this report definition was last updated.
|
GetReportDefinitionResponse.Builder |
reportDescription(String reportDescription)
Description of the report.
|
GetReportDefinitionResponse.Builder |
reportFrequency(ReportFrequency reportFrequency)
Cadence used to generate the report.
|
GetReportDefinitionResponse.Builder |
reportFrequency(String reportFrequency)
Cadence used to generate the report.
|
GetReportDefinitionResponse.Builder |
reportId(String reportId)
ID of the report retrieved.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetReportDefinitionResponse.Builder reportId(String reportId)
ID of the report retrieved.
reportId - ID of the report retrieved.GetReportDefinitionResponse.Builder reportDescription(String reportDescription)
Description of the report.
reportDescription - Description of the report.GetReportDefinitionResponse.Builder reportFrequency(String reportFrequency)
Cadence used to generate the report.
reportFrequency - Cadence used to generate the report.ReportFrequency,
ReportFrequencyGetReportDefinitionResponse.Builder reportFrequency(ReportFrequency reportFrequency)
Cadence used to generate the report.
reportFrequency - Cadence used to generate the report.ReportFrequency,
ReportFrequencyGetReportDefinitionResponse.Builder format(String format)
Format of the generated report.
GetReportDefinitionResponse.Builder format(Format format)
Format of the generated report.
GetReportDefinitionResponse.Builder destinationS3Location(S3Location destinationS3Location)
Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
destinationS3Location - Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.default GetReportDefinitionResponse.Builder destinationS3Location(Consumer<S3Location.Builder> destinationS3Location)
Amazon Simple Storage Service (Amazon S3) location where the report is uploaded.
This is a convenience method that creates an instance of theS3Location.Builder avoiding the need to
create one manually via S3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to destinationS3Location(S3Location).
destinationS3Location - a consumer that will call methods on S3Location.BuilderdestinationS3Location(S3Location)GetReportDefinitionResponse.Builder createdAt(Instant createdAt)
Timestamp (milliseconds) when this report definition was created.
createdAt - Timestamp (milliseconds) when this report definition was created.GetReportDefinitionResponse.Builder lastUpdated(Instant lastUpdated)
Timestamp (milliseconds) when this report definition was last updated.
lastUpdated - Timestamp (milliseconds) when this report definition was last updated.Copyright © 2023. All rights reserved.