Interface ListLensReviewImprovementsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListLensReviewImprovementsRequest.Builder,,- ListLensReviewImprovementsRequest> - SdkBuilder<ListLensReviewImprovementsRequest.Builder,,- ListLensReviewImprovementsRequest> - SdkPojo,- SdkRequest.Builder,- WellArchitectedRequest.Builder
- Enclosing class:
- ListLensReviewImprovementsRequest
@Mutable
@NotThreadSafe
public static interface ListLensReviewImprovementsRequest.Builder
extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<ListLensReviewImprovementsRequest.Builder,ListLensReviewImprovementsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionSets the value of the LensAlias property for this object.maxResults(Integer maxResults) The maximum number of results to return for this request.milestoneNumber(Integer milestoneNumber) Sets the value of the MilestoneNumber property for this object.Sets the value of the NextToken property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Sets the value of the PillarId property for this object.questionPriority(String questionPriority) The priority of the question.questionPriority(QuestionPriority questionPriority) The priority of the question.workloadId(String workloadId) Sets the value of the WorkloadId property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedRequest.Builderbuild
- 
Method Details- 
workloadIdSets 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.
 
- 
lensAliasSets 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.
 
- 
pillarIdSets 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.
 
- 
milestoneNumberSets 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.
 
- 
nextTokenSets 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.
 
- 
maxResultsThe 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.
 
- 
questionPriorityThe 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:
 
- 
questionPriorityThe 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:
 
- 
overrideConfigurationListLensReviewImprovementsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListLensReviewImprovementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-