Interface ListRecommendationFeedbackRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeGuruReviewerRequest.Builder,CopyableBuilder<ListRecommendationFeedbackRequest.Builder,ListRecommendationFeedbackRequest>,SdkBuilder<ListRecommendationFeedbackRequest.Builder,ListRecommendationFeedbackRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRecommendationFeedbackRequest
public static interface ListRecommendationFeedbackRequest.Builder extends CodeGuruReviewerRequest.Builder, SdkPojo, CopyableBuilder<ListRecommendationFeedbackRequest.Builder,ListRecommendationFeedbackRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRecommendationFeedbackRequest.BuildercodeReviewArn(String codeReviewArn)The Amazon Resource Name (ARN) of the CodeReview object.ListRecommendationFeedbackRequest.BuildermaxResults(Integer maxResults)The maximum number of results that are returned per call.ListRecommendationFeedbackRequest.BuildernextToken(String nextToken)IfnextTokenis returned, there are more results available.ListRecommendationFeedbackRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRecommendationFeedbackRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRecommendationFeedbackRequest.BuilderrecommendationIds(String... recommendationIds)Used to query the recommendation feedback for a given recommendation.ListRecommendationFeedbackRequest.BuilderrecommendationIds(Collection<String> recommendationIds)Used to query the recommendation feedback for a given recommendation.ListRecommendationFeedbackRequest.BuilderuserIds(String... userIds)An Amazon Web Services user's account ID or Amazon Resource Name (ARN).ListRecommendationFeedbackRequest.BuilderuserIds(Collection<String> userIds)An Amazon Web Services user's account ID or Amazon Resource Name (ARN).-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codegurureviewer.model.CodeGuruReviewerRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
nextToken
ListRecommendationFeedbackRequest.Builder nextToken(String nextToken)
If
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.- Parameters:
nextToken- IfnextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListRecommendationFeedbackRequest.Builder maxResults(Integer maxResults)
The maximum number of results that are returned per call. The default is 100.
- Parameters:
maxResults- The maximum number of results that are returned per call. The default is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeReviewArn
ListRecommendationFeedbackRequest.Builder codeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the CodeReview object.
- Parameters:
codeReviewArn- The Amazon Resource Name (ARN) of the CodeReview object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userIds
ListRecommendationFeedbackRequest.Builder userIds(Collection<String> userIds)
An Amazon Web Services user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.
The
UserIdis an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.- Parameters:
userIds- An Amazon Web Services user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.The
UserIdis an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userIds
ListRecommendationFeedbackRequest.Builder userIds(String... userIds)
An Amazon Web Services user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.
The
UserIdis an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.- Parameters:
userIds- An Amazon Web Services user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.The
UserIdis an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendationIds
ListRecommendationFeedbackRequest.Builder recommendationIds(Collection<String> recommendationIds)
Used to query the recommendation feedback for a given recommendation.
- Parameters:
recommendationIds- Used to query the recommendation feedback for a given recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendationIds
ListRecommendationFeedbackRequest.Builder recommendationIds(String... recommendationIds)
Used to query the recommendation feedback for a given recommendation.
- Parameters:
recommendationIds- Used to query the recommendation feedback for a given recommendation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRecommendationFeedbackRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRecommendationFeedbackRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-