Interface DescribeReportDefinitionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeReportDefinitionsResponse.Builder,DescribeReportDefinitionsResponse>,CostAndUsageReportResponse.Builder,SdkBuilder<DescribeReportDefinitionsResponse.Builder,DescribeReportDefinitionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeReportDefinitionsResponse
public static interface DescribeReportDefinitionsResponse.Builder extends CostAndUsageReportResponse.Builder, SdkPojo, CopyableBuilder<DescribeReportDefinitionsResponse.Builder,DescribeReportDefinitionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeReportDefinitionsResponse.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.DescribeReportDefinitionsResponse.BuilderreportDefinitions(Collection<ReportDefinition> reportDefinitions)An Amazon Web Services Cost and Usage Report list owned by the account.DescribeReportDefinitionsResponse.BuilderreportDefinitions(Consumer<ReportDefinition.Builder>... reportDefinitions)An Amazon Web Services Cost and Usage Report list owned by the account.DescribeReportDefinitionsResponse.BuilderreportDefinitions(ReportDefinition... reportDefinitions)An Amazon Web Services Cost and Usage Report list owned by the account.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.costandusagereport.model.CostAndUsageReportResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
reportDefinitions
DescribeReportDefinitionsResponse.Builder reportDefinitions(Collection<ReportDefinition> reportDefinitions)
An Amazon Web Services Cost and Usage Report list owned by the account.
- Parameters:
reportDefinitions- An Amazon Web Services Cost and Usage Report list owned by the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportDefinitions
DescribeReportDefinitionsResponse.Builder reportDefinitions(ReportDefinition... reportDefinitions)
An Amazon Web Services Cost and Usage Report list owned by the account.
- Parameters:
reportDefinitions- An Amazon Web Services Cost and Usage Report list owned by the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportDefinitions
DescribeReportDefinitionsResponse.Builder reportDefinitions(Consumer<ReportDefinition.Builder>... reportDefinitions)
An Amazon Web Services Cost and Usage Report list owned by the account.
This is a convenience method that creates an instance of theReportDefinition.Builderavoiding the need to create one manually viaReportDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#reportDefinitions(List.) - Parameters:
reportDefinitions- 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:
#reportDefinitions(java.util.Collection)
-
nextToken
DescribeReportDefinitionsResponse.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-