Interface ListAnswersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAnswersRequest.Builder,ListAnswersRequest>,SdkBuilder<ListAnswersRequest.Builder,ListAnswersRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- ListAnswersRequest
public static interface ListAnswersRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<ListAnswersRequest.Builder,ListAnswersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAnswersRequest.BuilderlensAlias(String lensAlias)Sets the value of the LensAlias property for this object.ListAnswersRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return for this request.ListAnswersRequest.BuildermilestoneNumber(Integer milestoneNumber)Sets the value of the MilestoneNumber property for this object.ListAnswersRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListAnswersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAnswersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAnswersRequest.BuilderpillarId(String pillarId)Sets the value of the PillarId property for this object.ListAnswersRequest.BuilderquestionPriority(String questionPriority)The priority of the question.ListAnswersRequest.BuilderquestionPriority(QuestionPriority questionPriority)The priority of the question.ListAnswersRequest.BuilderworkloadId(String workloadId)Sets the value of the WorkloadId property for this object.-
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
-
workloadId
ListAnswersRequest.Builder workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.- Parameters:
workloadId- The new value for the WorkloadId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensAlias
ListAnswersRequest.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.
-
pillarId
ListAnswersRequest.Builder pillarId(String pillarId)
Sets the value of the PillarId property for this object.- Parameters:
pillarId- The new value for the PillarId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
milestoneNumber
ListAnswersRequest.Builder milestoneNumber(Integer milestoneNumber)
Sets the value of the MilestoneNumber property for this object.- Parameters:
milestoneNumber- The new value for the MilestoneNumber property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAnswersRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAnswersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for this request.
- Parameters:
maxResults- The maximum number of results to return for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
questionPriority
ListAnswersRequest.Builder questionPriority(String questionPriority)
The priority of the question.
- Parameters:
questionPriority- The priority of the question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QuestionPriority,QuestionPriority
-
questionPriority
ListAnswersRequest.Builder questionPriority(QuestionPriority questionPriority)
The priority of the question.
- Parameters:
questionPriority- The priority of the question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QuestionPriority,QuestionPriority
-
overrideConfiguration
ListAnswersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAnswersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-