Interface GetAnomalySubscriptionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetAnomalySubscriptionsRequest.Builder,GetAnomalySubscriptionsRequest>,CostExplorerRequest.Builder,SdkBuilder<GetAnomalySubscriptionsRequest.Builder,GetAnomalySubscriptionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAnomalySubscriptionsRequest
public static interface GetAnomalySubscriptionsRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<GetAnomalySubscriptionsRequest.Builder,GetAnomalySubscriptionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAnomalySubscriptionsRequest.BuildermaxResults(Integer maxResults)The number of entries a paginated response contains.GetAnomalySubscriptionsRequest.BuildermonitorArn(String monitorArn)Cost anomaly monitor ARNs.GetAnomalySubscriptionsRequest.BuildernextPageToken(String nextPageToken)The token to retrieve the next set of results.GetAnomalySubscriptionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAnomalySubscriptionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAnomalySubscriptionsRequest.BuildersubscriptionArnList(String... subscriptionArnList)A list of cost anomaly subscription ARNs.GetAnomalySubscriptionsRequest.BuildersubscriptionArnList(Collection<String> subscriptionArnList)A list of cost anomaly subscription ARNs.-
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
-
subscriptionArnList
GetAnomalySubscriptionsRequest.Builder subscriptionArnList(Collection<String> subscriptionArnList)
A list of cost anomaly subscription ARNs.
- Parameters:
subscriptionArnList- A list of cost anomaly subscription ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionArnList
GetAnomalySubscriptionsRequest.Builder subscriptionArnList(String... subscriptionArnList)
A list of cost anomaly subscription ARNs.
- Parameters:
subscriptionArnList- A list of cost anomaly subscription ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitorArn
GetAnomalySubscriptionsRequest.Builder monitorArn(String monitorArn)
Cost anomaly monitor ARNs.
- Parameters:
monitorArn- Cost anomaly monitor ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextPageToken
GetAnomalySubscriptionsRequest.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
GetAnomalySubscriptionsRequest.Builder maxResults(Integer maxResults)
The number of entries a paginated response contains.
- Parameters:
maxResults- The number of entries a paginated response contains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAnomalySubscriptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAnomalySubscriptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-