Interface GetAnomalyMonitorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetAnomalyMonitorsRequest.Builder,GetAnomalyMonitorsRequest>,CostExplorerRequest.Builder,SdkBuilder<GetAnomalyMonitorsRequest.Builder,GetAnomalyMonitorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAnomalyMonitorsRequest
public static interface GetAnomalyMonitorsRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<GetAnomalyMonitorsRequest.Builder,GetAnomalyMonitorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAnomalyMonitorsRequest.BuildermaxResults(Integer maxResults)The number of entries that a paginated response contains.GetAnomalyMonitorsRequest.BuildermonitorArnList(String... monitorArnList)A list of cost anomaly monitor ARNs.GetAnomalyMonitorsRequest.BuildermonitorArnList(Collection<String> monitorArnList)A list of cost anomaly monitor ARNs.GetAnomalyMonitorsRequest.BuildernextPageToken(String nextPageToken)The token to retrieve the next set of results.GetAnomalyMonitorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAnomalyMonitorsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.costexplorer.model.CostExplorerRequest.Builder
build
-
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
-
monitorArnList
GetAnomalyMonitorsRequest.Builder monitorArnList(Collection<String> monitorArnList)
A list of cost anomaly monitor ARNs.
- Parameters:
monitorArnList- A list of cost anomaly monitor ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitorArnList
GetAnomalyMonitorsRequest.Builder monitorArnList(String... monitorArnList)
A list of cost anomaly monitor ARNs.
- Parameters:
monitorArnList- A list of cost anomaly monitor ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextPageToken
GetAnomalyMonitorsRequest.Builder nextPageToken(String nextPageToken)
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
- Parameters:
nextPageToken- The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetAnomalyMonitorsRequest.Builder maxResults(Integer maxResults)
The number of entries that a paginated response contains.
- Parameters:
maxResults- The number of entries that a paginated response contains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAnomalyMonitorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAnomalyMonitorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-