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