Interface UpdateReviewTemplateAnswerRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateReviewTemplateAnswerRequest.Builder,
,UpdateReviewTemplateAnswerRequest> SdkBuilder<UpdateReviewTemplateAnswerRequest.Builder,
,UpdateReviewTemplateAnswerRequest> SdkPojo
,SdkRequest.Builder
,WellArchitectedRequest.Builder
- Enclosing class:
UpdateReviewTemplateAnswerRequest
@Mutable
@NotThreadSafe
public static interface UpdateReviewTemplateAnswerRequest.Builder
extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpdateReviewTemplateAnswerRequest.Builder,UpdateReviewTemplateAnswerRequest>
-
Method Summary
Modifier and TypeMethodDescriptionchoiceUpdates
(Map<String, ChoiceUpdate> choiceUpdates) A list of choices to be updated.isApplicable
(Boolean isApplicable) Sets the value of the IsApplicable property for this object.Sets the value of the LensAlias property for this object.Sets the value of the Notes property for this object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.questionId
(String questionId) Sets the value of the QuestionId property for this object.The update reason.reason
(AnswerReason reason) The update reason.selectedChoices
(String... selectedChoices) Sets the value of the SelectedChoices property for this object.selectedChoices
(Collection<String> selectedChoices) Sets the value of the SelectedChoices property for this object.templateArn
(String templateArn) The review template ARN.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedRequest.Builder
build
-
Method Details
-
templateArn
The review template ARN.
- Parameters:
templateArn
- The review template ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensAlias
Sets the value of the LensAlias property for this object.- Parameters:
lensAlias
- The new value for the LensAlias property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
questionId
Sets the value of the QuestionId property for this object.- Parameters:
questionId
- The new value for the QuestionId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedChoices
Sets the value of the SelectedChoices property for this object.- Parameters:
selectedChoices
- The new value for the SelectedChoices property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selectedChoices
Sets the value of the SelectedChoices property for this object.- Parameters:
selectedChoices
- The new value for the SelectedChoices property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
choiceUpdates
A list of choices to be updated.
- Parameters:
choiceUpdates
- A list of choices to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notes
Sets the value of the Notes property for this object.- Parameters:
notes
- The new value for the Notes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isApplicable
Sets the value of the IsApplicable property for this object.- Parameters:
isApplicable
- The new value for the IsApplicable property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
The update reason.
- Parameters:
reason
- The update reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
The update reason.
- Parameters:
reason
- The update reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateReviewTemplateAnswerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateReviewTemplateAnswerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-