Struct aws_sdk_codestar::model::code_destination::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CodeDestination
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn code_commit(self, input: CodeCommitCodeDestination) -> Self
pub fn code_commit(self, input: CodeCommitCodeDestination) -> Self
Information about the AWS CodeCommit repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.
sourcepub fn set_code_commit(self, input: Option<CodeCommitCodeDestination>) -> Self
pub fn set_code_commit(self, input: Option<CodeCommitCodeDestination>) -> Self
Information about the AWS CodeCommit repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.
sourcepub fn git_hub(self, input: GitHubCodeDestination) -> Self
pub fn git_hub(self, input: GitHubCodeDestination) -> Self
Information about the GitHub repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.
sourcepub fn set_git_hub(self, input: Option<GitHubCodeDestination>) -> Self
pub fn set_git_hub(self, input: Option<GitHubCodeDestination>) -> Self
Information about the GitHub repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.
sourcepub fn build(self) -> CodeDestination
pub fn build(self) -> CodeDestination
Consumes the builder and constructs a CodeDestination
.