Interface UpdateRecommendationLifecycleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRecommendationLifecycleRequest.Builder,UpdateRecommendationLifecycleRequest>,SdkBuilder<UpdateRecommendationLifecycleRequest.Builder,UpdateRecommendationLifecycleRequest>,SdkPojo,SdkRequest.Builder,TrustedAdvisorRequest.Builder
- Enclosing class:
- UpdateRecommendationLifecycleRequest
public static interface UpdateRecommendationLifecycleRequest.Builder extends TrustedAdvisorRequest.Builder, SdkPojo, CopyableBuilder<UpdateRecommendationLifecycleRequest.Builder,UpdateRecommendationLifecycleRequest>
-
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.trustedadvisor.model.TrustedAdvisorRequest.Builder
build
-
-
-
-
Method Detail
-
lifecycleStage
UpdateRecommendationLifecycleRequest.Builder lifecycleStage(String lifecycleStage)
The new lifecycle stage
- Parameters:
lifecycleStage- The new lifecycle stage- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UpdateRecommendationLifecycleStage,UpdateRecommendationLifecycleStage
-
lifecycleStage
UpdateRecommendationLifecycleRequest.Builder lifecycleStage(UpdateRecommendationLifecycleStage lifecycleStage)
The new lifecycle stage
- Parameters:
lifecycleStage- The new lifecycle stage- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UpdateRecommendationLifecycleStage,UpdateRecommendationLifecycleStage
-
recommendationIdentifier
UpdateRecommendationLifecycleRequest.Builder recommendationIdentifier(String recommendationIdentifier)
The Recommendation identifier for AWS Trusted Advisor Priority recommendations
- Parameters:
recommendationIdentifier- The Recommendation identifier for AWS Trusted Advisor Priority recommendations- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateReason
UpdateRecommendationLifecycleRequest.Builder updateReason(String updateReason)
Reason for the lifecycle stage change
- Parameters:
updateReason- Reason for the lifecycle stage change- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateReasonCode
UpdateRecommendationLifecycleRequest.Builder updateReasonCode(String updateReasonCode)
Reason code for the lifecycle state change
- Parameters:
updateReasonCode- Reason code for the lifecycle state change- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UpdateRecommendationLifecycleStageReasonCode,UpdateRecommendationLifecycleStageReasonCode
-
updateReasonCode
UpdateRecommendationLifecycleRequest.Builder updateReasonCode(UpdateRecommendationLifecycleStageReasonCode updateReasonCode)
Reason code for the lifecycle state change
- Parameters:
updateReasonCode- Reason code for the lifecycle state change- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
UpdateRecommendationLifecycleStageReasonCode,UpdateRecommendationLifecycleStageReasonCode
-
overrideConfiguration
UpdateRecommendationLifecycleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRecommendationLifecycleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-