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 Details

    • 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

      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:
    • overrideConfiguration

      ListAnswersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.