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. Each code review of the same code review type must have a unique name in your AWS account.
name - The name of the code review. Each code review of the same code review type must have a unique name in
your AWS account.CreateCodeReviewRequest.Builder repositoryAssociationArn(String repositoryAssociationArn)
The Amazon Resource Name (ARN) of the
RepositoryAssociation object. You can retrieve this ARN by calling
ListRepositories.
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
ListRepositories.
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.
type - The type of code review to create. This is specified using a
CodeReviewType object.default CreateCodeReviewRequest.Builder type(Consumer<CodeReviewType.Builder> type)
The type of code review to create. This is specified using a
CodeReviewType object.
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 © 2020. All rights reserved.