Interface UpdateReviewTemplateAnswerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateReviewTemplateAnswerRequest.Builder,UpdateReviewTemplateAnswerRequest>,SdkBuilder<UpdateReviewTemplateAnswerRequest.Builder,UpdateReviewTemplateAnswerRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- UpdateReviewTemplateAnswerRequest
public static interface UpdateReviewTemplateAnswerRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpdateReviewTemplateAnswerRequest.Builder,UpdateReviewTemplateAnswerRequest>
-
-
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.wellarchitected.model.WellArchitectedRequest.Builder
build
-
-
-
-
Method Detail
-
templateArn
UpdateReviewTemplateAnswerRequest.Builder templateArn(String 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
UpdateReviewTemplateAnswerRequest.Builder lensAlias(String 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
UpdateReviewTemplateAnswerRequest.Builder questionId(String 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
UpdateReviewTemplateAnswerRequest.Builder selectedChoices(Collection<String> 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
UpdateReviewTemplateAnswerRequest.Builder selectedChoices(String... 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
UpdateReviewTemplateAnswerRequest.Builder choiceUpdates(Map<String,ChoiceUpdate> 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
UpdateReviewTemplateAnswerRequest.Builder notes(String 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
UpdateReviewTemplateAnswerRequest.Builder isApplicable(Boolean 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
UpdateReviewTemplateAnswerRequest.Builder reason(String 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:
AnswerReason,AnswerReason
-
reason
UpdateReviewTemplateAnswerRequest.Builder reason(AnswerReason 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:
AnswerReason,AnswerReason
-
overrideConfiguration
UpdateReviewTemplateAnswerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateReviewTemplateAnswerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-