public static interface ListAnswersRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<ListAnswersRequest.Builder,ListAnswersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAnswersRequest.Builder |
lensAlias(String lensAlias)
Sets the value of the LensAlias property for this object.
|
ListAnswersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return for this request.
|
ListAnswersRequest.Builder |
milestoneNumber(Integer milestoneNumber)
Sets the value of the MilestoneNumber property for this object.
|
ListAnswersRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListAnswersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAnswersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAnswersRequest.Builder |
pillarId(String pillarId)
Sets the value of the PillarId property for this object.
|
ListAnswersRequest.Builder |
questionPriority(QuestionPriority questionPriority)
The priority of the question.
|
ListAnswersRequest.Builder |
questionPriority(String questionPriority)
The priority of the question.
|
ListAnswersRequest.Builder |
workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAnswersRequest.Builder workloadId(String workloadId)
workloadId - The new value for the WorkloadId property for this object.ListAnswersRequest.Builder lensAlias(String lensAlias)
lensAlias - The new value for the LensAlias property for this object.ListAnswersRequest.Builder pillarId(String pillarId)
pillarId - The new value for the PillarId property for this object.ListAnswersRequest.Builder milestoneNumber(Integer milestoneNumber)
milestoneNumber - The new value for the MilestoneNumber property for this object.ListAnswersRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.ListAnswersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for this request.
maxResults - The maximum number of results to return for this request.ListAnswersRequest.Builder questionPriority(String questionPriority)
The priority of the question.
questionPriority - The priority of the question.QuestionPriority,
QuestionPriorityListAnswersRequest.Builder questionPriority(QuestionPriority questionPriority)
The priority of the question.
questionPriority - The priority of the question.QuestionPriority,
QuestionPriorityListAnswersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAnswersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.