Interface UpdateReportDefinitionRequest.Builder
-
- All Superinterfaces:
ApplicationCostProfilerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateReportDefinitionRequest.Builder,UpdateReportDefinitionRequest>,SdkBuilder<UpdateReportDefinitionRequest.Builder,UpdateReportDefinitionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateReportDefinitionRequest
public static interface UpdateReportDefinitionRequest.Builder extends ApplicationCostProfilerRequest.Builder, SdkPojo, CopyableBuilder<UpdateReportDefinitionRequest.Builder,UpdateReportDefinitionRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.services.applicationcostprofiler.model.ApplicationCostProfilerRequest.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
-
reportId
UpdateReportDefinitionRequest.Builder reportId(String reportId)
Required. ID of the report to update.
- Parameters:
reportId- Required. ID of the report to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportDescription
UpdateReportDefinitionRequest.Builder reportDescription(String reportDescription)
Required. Description of the report.
- Parameters:
reportDescription- Required. Description of the report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportFrequency
UpdateReportDefinitionRequest.Builder reportFrequency(String reportFrequency)
Required. The cadence to generate the report.
- Parameters:
reportFrequency- Required. The cadence to generate the report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReportFrequency,ReportFrequency
-
reportFrequency
UpdateReportDefinitionRequest.Builder reportFrequency(ReportFrequency reportFrequency)
Required. The cadence to generate the report.
- Parameters:
reportFrequency- Required. The cadence to generate the report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReportFrequency,ReportFrequency
-
format
UpdateReportDefinitionRequest.Builder format(String format)
Required. The format to use for the generated report.
-
format
UpdateReportDefinitionRequest.Builder format(Format format)
Required. The format to use for the generated report.
-
destinationS3Location
UpdateReportDefinitionRequest.Builder destinationS3Location(S3Location destinationS3Location)
Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the report.
- Parameters:
destinationS3Location- Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationS3Location
default UpdateReportDefinitionRequest.Builder destinationS3Location(Consumer<S3Location.Builder> destinationS3Location)
Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the report.
This is a convenience method that creates an instance of theS3Location.Builderavoiding the need to create one manually viaS3Location.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestinationS3Location(S3Location).- Parameters:
destinationS3Location- a consumer that will call methods onS3Location.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
destinationS3Location(S3Location)
-
overrideConfiguration
UpdateReportDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateReportDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-