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
Modifier and TypeMethodDescriptionlifecycleStage(String lifecycleStage) The new lifecycle stagelifecycleStage(UpdateRecommendationLifecycleStage lifecycleStage) The new lifecycle stageorganizationRecommendationIdentifier(String organizationRecommendationIdentifier) The Recommendation identifier for AWS Trusted Advisor Priority recommendationsoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.updateReason(String updateReason) Reason for the lifecycle stage changeupdateReasonCode(String updateReasonCode) Reason code for the lifecycle state changeupdateReasonCode(UpdateRecommendationLifecycleStageReasonCode updateReasonCode) Reason code for the lifecycle state changeMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.trustedadvisor.model.TrustedAdvisorRequest.Builder
build
-
Method Details
-
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:
-
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:
-
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
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
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:
-
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:
-
overrideConfiguration
UpdateOrganizationRecommendationLifecycleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateOrganizationRecommendationLifecycleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-