Struct aws_sdk_codestar::model::git_hub_code_destination::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for GitHubCodeDestination
Implementations
Name of the GitHub repository to be created in AWS CodeStar.
Name of the GitHub repository to be created in AWS CodeStar.
Description for the GitHub repository to be created in AWS CodeStar. This description displays in GitHub after the repository is created.
Description for the GitHub repository to be created in AWS CodeStar. This description displays in GitHub after the repository is created.
The type of GitHub repository to be created in AWS CodeStar. Valid values are User or Organization.
The type of GitHub repository to be created in AWS CodeStar. Valid values are User or Organization.
The GitHub username for the owner of the GitHub repository to be created in AWS CodeStar. If this repository should be owned by a GitHub organization, provide its name.
The GitHub username for the owner of the GitHub repository to be created in AWS CodeStar. If this repository should be owned by a GitHub organization, provide its name.
Whether the GitHub repository is to be a private repository.
Whether the GitHub repository is to be a private repository.
Whether to enable issues for the GitHub repository.
Whether to enable issues for the GitHub repository.
The GitHub user's personal access token for the GitHub repository.
The GitHub user's personal access token for the GitHub repository.
Consumes the builder and constructs a GitHubCodeDestination
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
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