pub struct Builder { /* private fields */ }
Expand description
A builder for CreateSourceRepositoryBranchOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn last_updated_time(self, input: DateTime) -> Self
pub fn last_updated_time(self, input: DateTime) -> Self
The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
sourcepub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
sourcepub fn head_commit_id(self, input: impl Into<String>) -> Self
pub fn head_commit_id(self, input: impl Into<String>) -> Self
The commit ID of the tip of the newly created branch.
sourcepub fn set_head_commit_id(self, input: Option<String>) -> Self
pub fn set_head_commit_id(self, input: Option<String>) -> Self
The commit ID of the tip of the newly created branch.
sourcepub fn build(self) -> CreateSourceRepositoryBranchOutput
pub fn build(self) -> CreateSourceRepositoryBranchOutput
Consumes the builder and constructs a CreateSourceRepositoryBranchOutput
.