pub struct Builder { /* private fields */ }
Expand description

A builder for CodeReview.

Implementations§

The name of the code review.

The name of the code review.

The Amazon Resource Name (ARN) of the CodeReview object.

The Amazon Resource Name (ARN) of the CodeReview object.

The name of the repository.

The name of the repository.

The owner of the repository. For an Amazon Web Services CodeCommit repository, this is the Amazon Web Services account ID of the account that owns the repository. For a GitHub, GitHub Enterprise Server, or Bitbucket repository, this is the username for the account that owns the repository. For an S3 repository, it can be the username or Amazon Web Services account ID.

The owner of the repository. For an Amazon Web Services CodeCommit repository, this is the Amazon Web Services account ID of the account that owns the repository. For a GitHub, GitHub Enterprise Server, or Bitbucket repository, this is the username for the account that owns the repository. For an S3 repository, it can be the username or Amazon Web Services account ID.

The type of repository that contains the reviewed code (for example, GitHub or Bitbucket).

The type of repository that contains the reviewed code (for example, GitHub or Bitbucket).

The valid code review states are:

  • Completed: The code review is complete.

  • Pending: The code review started and has not completed or failed.

  • Failed: The code review failed.

  • Deleting: The code review is being deleted.

The valid code review states are:

  • Completed: The code review is complete.

  • Pending: The code review started and has not completed or failed.

  • Failed: The code review failed.

  • Deleting: The code review is being deleted.

The reason for the state of the code review.

The reason for the state of the code review.

The time, in milliseconds since the epoch, when the code review was created.

The time, in milliseconds since the epoch, when the code review was created.

The time, in milliseconds since the epoch, when the code review was last updated.

The time, in milliseconds since the epoch, when the code review was last updated.

The type of code review.

The type of code review.

The pull request ID for the code review.

The pull request ID for the code review.

The type of the source code for the code review.

The type of the source code for the code review.

The Amazon Resource Name (ARN) of the RepositoryAssociation that contains the reviewed source code. You can retrieve associated repository ARNs by calling ListRepositoryAssociations.

The Amazon Resource Name (ARN) of the RepositoryAssociation that contains the reviewed source code. You can retrieve associated repository ARNs by calling ListRepositoryAssociations.

The statistics from the code review.

The statistics from the code review.

Appends an item to analysis_types.

To override the contents of this collection use set_analysis_types.

The types of analysis performed during a repository analysis or a pull request review. You can specify either Security, CodeQuality, or both.

The types of analysis performed during a repository analysis or a pull request review. You can specify either Security, CodeQuality, or both.

The state of the aws-codeguru-reviewer.yml configuration file that allows the configuration of the CodeGuru Reviewer analysis. The file either exists, doesn't exist, or exists with errors at the root directory of your repository.

The state of the aws-codeguru-reviewer.yml configuration file that allows the configuration of the CodeGuru Reviewer analysis. The file either exists, doesn't exist, or exists with errors at the root directory of your repository.

Consumes the builder and constructs a CodeReview.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more