Interface ListRecommendationTemplatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRecommendationTemplatesRequest.Builder,ListRecommendationTemplatesRequest>,ResiliencehubRequest.Builder,SdkBuilder<ListRecommendationTemplatesRequest.Builder,ListRecommendationTemplatesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRecommendationTemplatesRequest
public static interface ListRecommendationTemplatesRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListRecommendationTemplatesRequest.Builder,ListRecommendationTemplatesRequest>
-
-
Method Summary
-
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.resiliencehub.model.ResiliencehubRequest.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
-
assessmentArn
ListRecommendationTemplatesRequest.Builder assessmentArn(String assessmentArn)
Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:
partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.- Parameters:
assessmentArn- Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListRecommendationTemplatesRequest.Builder maxResults(Integer maxResults)
Maximum number of results to include in the response. If more results exist than the specified
MaxResultsvalue, a token is included in the response so that the remaining results can be retrieved.- Parameters:
maxResults- Maximum number of results to include in the response. If more results exist than the specifiedMaxResultsvalue, a token is included in the response so that the remaining results can be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ListRecommendationTemplatesRequest.Builder name(String name)
The name for one of the listed recommendation templates.
- Parameters:
name- The name for one of the listed recommendation templates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListRecommendationTemplatesRequest.Builder nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
- Parameters:
nextToken- Null, or the token from a previous call to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendationTemplateArn
ListRecommendationTemplatesRequest.Builder recommendationTemplateArn(String recommendationTemplateArn)
The Amazon Resource Name (ARN) for a recommendation template.
- Parameters:
recommendationTemplateArn- The Amazon Resource Name (ARN) for a recommendation template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reverseOrder
ListRecommendationTemplatesRequest.Builder reverseOrder(Boolean reverseOrder)
The default is to sort by ascending startTime. To sort by descending startTime, set reverseOrder to
true.- Parameters:
reverseOrder- The default is to sort by ascending startTime. To sort by descending startTime, set reverseOrder totrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusWithStrings
ListRecommendationTemplatesRequest.Builder statusWithStrings(Collection<String> status)
Status of the action.
- Parameters:
status- Status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusWithStrings
ListRecommendationTemplatesRequest.Builder statusWithStrings(String... status)
Status of the action.
- Parameters:
status- Status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListRecommendationTemplatesRequest.Builder status(Collection<RecommendationTemplateStatus> status)
Status of the action.
- Parameters:
status- Status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListRecommendationTemplatesRequest.Builder status(RecommendationTemplateStatus... status)
Status of the action.
- Parameters:
status- Status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRecommendationTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRecommendationTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-