Interface UpdateOrganizationRecommendationLifecycleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateOrganizationRecommendationLifecycleRequest.Builder,UpdateOrganizationRecommendationLifecycleRequest>,SdkBuilder<UpdateOrganizationRecommendationLifecycleRequest.Builder,UpdateOrganizationRecommendationLifecycleRequest>,SdkPojo,SdkRequest.Builder,TrustedAdvisorRequest.Builder
- Enclosing class:
- UpdateOrganizationRecommendationLifecycleRequest
public static interface UpdateOrganizationRecommendationLifecycleRequest.Builder extends TrustedAdvisorRequest.Builder, SdkPojo, CopyableBuilder<UpdateOrganizationRecommendationLifecycleRequest.Builder,UpdateOrganizationRecommendationLifecycleRequest>
-
-
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
UpdateOrganizationRecommendationLifecycleRequest.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
UpdateOrganizationRecommendationLifecycleRequest.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
-
organizationRecommendationIdentifier
UpdateOrganizationRecommendationLifecycleRequest.Builder organizationRecommendationIdentifier(String organizationRecommendationIdentifier)
The Recommendation identifier for AWS Trusted Advisor Priority recommendations
- Parameters:
organizationRecommendationIdentifier- 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
UpdateOrganizationRecommendationLifecycleRequest.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
UpdateOrganizationRecommendationLifecycleRequest.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
UpdateOrganizationRecommendationLifecycleRequest.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
UpdateOrganizationRecommendationLifecycleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateOrganizationRecommendationLifecycleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-