Interface UpdateAgentRecommendationStatusRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAgentRecommendationStatusRequest.Builder,,UpdateAgentRecommendationStatusRequest> SdkBuilder<UpdateAgentRecommendationStatusRequest.Builder,,UpdateAgentRecommendationStatusRequest> SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
UpdateAgentRecommendationStatusRequest
@Mutable
@NotThreadSafe
public static interface UpdateAgentRecommendationStatusRequest.Builder
extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpdateAgentRecommendationStatusRequest.Builder,UpdateAgentRecommendationStatusRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.recommendationArn(String recommendationArn) The Amazon Resource Name (ARN) of the recommendation to update.The new status to assign to the recommendation.status(RecommendationStatus status) The new status to assign to the recommendation.updateReason(String updateReason) A free-text reason explaining this status update.Methods 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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedRequest.Builder
build
-
Method Details
-
recommendationArn
The Amazon Resource Name (ARN) of the recommendation to update.
- Parameters:
recommendationArn- The Amazon Resource Name (ARN) of the recommendation to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The new status to assign to the recommendation.
- Parameters:
status- The new status to assign to the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The new status to assign to the recommendation.
- Parameters:
status- The new status to assign to the recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updateReason
A free-text reason explaining this status update.
- Parameters:
updateReason- A free-text reason explaining this status update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAgentRecommendationStatusRequest.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
UpdateAgentRecommendationStatusRequest.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.
-