Interface ListRecommendationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRecommendationsRequest.Builder,ListRecommendationsRequest>,DevOpsGuruRequest.Builder,SdkBuilder<ListRecommendationsRequest.Builder,ListRecommendationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRecommendationsRequest
public static interface ListRecommendationsRequest.Builder extends DevOpsGuruRequest.Builder, SdkPojo, CopyableBuilder<ListRecommendationsRequest.Builder,ListRecommendationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRecommendationsRequest.BuilderaccountId(String accountId)The ID of the Amazon Web Services account.ListRecommendationsRequest.BuilderinsightId(String insightId)The ID of the requested insight.ListRecommendationsRequest.Builderlocale(String locale)A locale that specifies the language to use for recommendations.ListRecommendationsRequest.Builderlocale(Locale locale)A locale that specifies the language to use for recommendations.ListRecommendationsRequest.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.ListRecommendationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRecommendationsRequest.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.devopsguru.model.DevOpsGuruRequest.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
-
insightId
ListRecommendationsRequest.Builder insightId(String insightId)
The ID of the requested insight.
- Parameters:
insightId- The ID of the requested insight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListRecommendationsRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
- Parameters:
nextToken- The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locale
ListRecommendationsRequest.Builder locale(String locale)
A locale that specifies the language to use for recommendations.
-
locale
ListRecommendationsRequest.Builder locale(Locale locale)
A locale that specifies the language to use for recommendations.
-
accountId
ListRecommendationsRequest.Builder accountId(String accountId)
The ID of the Amazon Web Services account.
- Parameters:
accountId- The ID of the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRecommendationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRecommendationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-