Interface UpdateRecommendationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRecommendationRequest.Builder,,UpdateRecommendationRequest> DevOpsAgentRequest.Builder,SdkBuilder<UpdateRecommendationRequest.Builder,,UpdateRecommendationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateRecommendationRequest
@Mutable
@NotThreadSafe
public static interface UpdateRecommendationRequest.Builder
extends DevOpsAgentRequest.Builder, SdkPojo, CopyableBuilder<UpdateRecommendationRequest.Builder,UpdateRecommendationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionadditionalContext(String additionalContext) Additional context for recommendationagentSpaceId(String agentSpaceId) The unique identifier for the agent space containing the recommendationclientToken(String clientToken) A unique token that ensures idempotency of the requestoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.recommendationId(String recommendationId) The unique identifier for the recommendation to updateCurrent status of the recommendationstatus(RecommendationStatus status) Current status of the recommendationMethods 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.services.devopsagent.model.DevOpsAgentRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
agentSpaceId
The unique identifier for the agent space containing the recommendation
- Parameters:
agentSpaceId- The unique identifier for the agent space containing the recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendationId
The unique identifier for the recommendation to update
- Parameters:
recommendationId- The unique identifier for the recommendation to update- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Current status of the recommendation
- Parameters:
status- Current status of the recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Current status of the recommendation
- Parameters:
status- Current status of the recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
additionalContext
Additional context for recommendation
- Parameters:
additionalContext- Additional context for recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique token that ensures idempotency of the request
- Parameters:
clientToken- A unique token that ensures idempotency of the request- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateRecommendationRequest.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
UpdateRecommendationRequest.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.
-