Interface ListReportDefinitionsRequest.Builder
-
- All Superinterfaces:
ApplicationCostProfilerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListReportDefinitionsRequest.Builder,ListReportDefinitionsRequest>,SdkBuilder<ListReportDefinitionsRequest.Builder,ListReportDefinitionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListReportDefinitionsRequest
public static interface ListReportDefinitionsRequest.Builder extends ApplicationCostProfilerRequest.Builder, SdkPojo, CopyableBuilder<ListReportDefinitionsRequest.Builder,ListReportDefinitionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListReportDefinitionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListReportDefinitionsRequest.BuildernextToken(String nextToken)The token value from a previous call to access the next page of results.ListReportDefinitionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListReportDefinitionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
nextToken
ListReportDefinitionsRequest.Builder nextToken(String nextToken)
The token value from a previous call to access the next page of results.
- Parameters:
nextToken- The token value from a previous call to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListReportDefinitionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListReportDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListReportDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-