Interface PutReportDefinitionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutReportDefinitionRequest.Builder,
,PutReportDefinitionRequest> CostAndUsageReportRequest.Builder
,SdkBuilder<PutReportDefinitionRequest.Builder,
,PutReportDefinitionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutReportDefinitionRequest
@Mutable
@NotThreadSafe
public static interface PutReportDefinitionRequest.Builder
extends CostAndUsageReportRequest.Builder, SdkPojo, CopyableBuilder<PutReportDefinitionRequest.Builder,PutReportDefinitionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.reportDefinition
(Consumer<ReportDefinition.Builder> reportDefinition) Represents the output of the PutReportDefinition operation.reportDefinition
(ReportDefinition reportDefinition) Represents the output of the PutReportDefinition operation.tags
(Collection<Tag> tags) The tags to be assigned to the report definition resource.tags
(Consumer<Tag.Builder>... tags) The tags to be assigned to the report definition resource.The tags to be assigned to the report definition resource.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.services.costandusagereport.model.CostAndUsageReportRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
reportDefinition
Represents the output of the PutReportDefinition operation. The content consists of the detailed metadata and data file information.
- Parameters:
reportDefinition
- Represents the output of the PutReportDefinition operation. The content consists of the detailed metadata and data file information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportDefinition
default PutReportDefinitionRequest.Builder reportDefinition(Consumer<ReportDefinition.Builder> reportDefinition) Represents the output of the PutReportDefinition operation. The content consists of the detailed metadata and data file information.
This is a convenience method that creates an instance of theReportDefinition.Builder
avoiding the need to create one manually viaReportDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreportDefinition(ReportDefinition)
.- Parameters:
reportDefinition
- a consumer that will call methods onReportDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags to be assigned to the report definition resource.
- Parameters:
tags
- The tags to be assigned to the report definition resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to be assigned to the report definition resource.
- Parameters:
tags
- The tags to be assigned to the report definition resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags to be assigned to the report definition resource.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
PutReportDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutReportDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-