Struct aws_sdk_codestar::model::code_source::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CodeSource
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3(self, input: S3Location) -> Self
pub fn s3(self, input: S3Location) -> Self
Information about the Amazon S3 location where the source code files provided with the project request are stored.
sourcepub fn set_s3(self, input: Option<S3Location>) -> Self
pub fn set_s3(self, input: Option<S3Location>) -> Self
Information about the Amazon S3 location where the source code files provided with the project request are stored.
sourcepub fn build(self) -> CodeSource
pub fn build(self) -> CodeSource
Consumes the builder and constructs a CodeSource
.