Interface ListCheckSummariesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCheckSummariesRequest.Builder,ListCheckSummariesRequest>,SdkBuilder<ListCheckSummariesRequest.Builder,ListCheckSummariesRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- ListCheckSummariesRequest
public static interface ListCheckSummariesRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<ListCheckSummariesRequest.Builder,ListCheckSummariesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCheckSummariesRequest.BuilderchoiceId(String choiceId)Sets the value of the ChoiceId property for this object.ListCheckSummariesRequest.BuilderlensArn(String lensArn)Well-Architected Lens ARN.ListCheckSummariesRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListCheckSummariesRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListCheckSummariesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCheckSummariesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCheckSummariesRequest.BuilderpillarId(String pillarId)Sets the value of the PillarId property for this object.ListCheckSummariesRequest.BuilderquestionId(String questionId)Sets the value of the QuestionId property for this object.ListCheckSummariesRequest.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
ListCheckSummariesRequest.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.
-
nextToken
ListCheckSummariesRequest.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
ListCheckSummariesRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lensArn
ListCheckSummariesRequest.Builder lensArn(String lensArn)
Well-Architected Lens ARN.
- Parameters:
lensArn- Well-Architected Lens ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pillarId
ListCheckSummariesRequest.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.
-
questionId
ListCheckSummariesRequest.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.
-
choiceId
ListCheckSummariesRequest.Builder choiceId(String choiceId)
Sets the value of the ChoiceId property for this object.- Parameters:
choiceId- The new value for the ChoiceId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCheckSummariesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCheckSummariesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-