Struct aws_sdk_codegurureviewer::model::code_review::Builder[][src]

#[non_exhaustive]
pub struct Builder { /* fields omitted */ }
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.

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

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

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 ==. Read more

This method tests for !=.

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

Performs the conversion.

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

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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