public static interface CreateCodeReviewRequest.Builder extends CodeGuruReviewerRequest.Builder, SdkPojo, CopyableBuilder<CreateCodeReviewRequest.Builder,CreateCodeReviewRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCodeReviewRequest.Builder |
clientRequestToken(String clientRequestToken)
Amazon CodeGuru Reviewer uses this value to prevent the accidental creation of duplicate code reviews if
there are failures and retries.
|
CreateCodeReviewRequest.Builder |
name(String name)
The name of the code review.
|
CreateCodeReviewRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCodeReviewRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCodeReviewRequest.Builder |
repositoryAssociationArn(String repositoryAssociationArn)
The Amazon Resource Name (ARN) of the
RepositoryAssociation object. |
CreateCodeReviewRequest.Builder |
type(CodeReviewType type)
The type of code review to create.
|
default CreateCodeReviewRequest.Builder |
type(Consumer<CodeReviewType.Builder> type)
The type of code review to create.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCodeReviewRequest.Builder name(String name)
The name of the code review. The name of each code review in your AWS account must be unique.
name - The name of the code review. The name of each code review in your AWS account must be unique.CreateCodeReviewRequest.Builder repositoryAssociationArn(String repositoryAssociationArn)
The Amazon Resource Name (ARN) of the
RepositoryAssociation object. You can retrieve this ARN by calling
ListRepositoryAssociations .
A code review can only be created on an associated repository. This is the ARN of the associated repository.
repositoryAssociationArn - The Amazon Resource Name (ARN) of the
RepositoryAssociation object. You can retrieve this ARN by calling
ListRepositoryAssociations .
A code review can only be created on an associated repository. This is the ARN of the associated repository.
CreateCodeReviewRequest.Builder type(CodeReviewType type)
The type of code review to create. This is specified using a
CodeReviewType object. You can create a code review only of type
RepositoryAnalysis.
type - The type of code review to create. This is specified using a
CodeReviewType object. You can create a code review only of type
RepositoryAnalysis.default CreateCodeReviewRequest.Builder type(Consumer<CodeReviewType.Builder> type)
The type of code review to create. This is specified using a
CodeReviewType object. You can create a code review only of type
RepositoryAnalysis.
CodeReviewType.Builder avoiding the need to
create one manually via CodeReviewType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to type(CodeReviewType).type - a consumer that will call methods on CodeReviewType.Buildertype(CodeReviewType)CreateCodeReviewRequest.Builder clientRequestToken(String clientRequestToken)
Amazon CodeGuru Reviewer uses this value to prevent the accidental creation of duplicate code reviews if there are failures and retries.
clientRequestToken - Amazon CodeGuru Reviewer uses this value to prevent the accidental creation of duplicate code reviews
if there are failures and retries.CreateCodeReviewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCodeReviewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.