Struct aws_sdk_codedeploy::model::revision_info::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RevisionInfo
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn revision_location(self, input: RevisionLocation) -> Self
pub fn revision_location(self, input: RevisionLocation) -> Self
Information about the location and type of an application revision.
sourcepub fn set_revision_location(self, input: Option<RevisionLocation>) -> Self
pub fn set_revision_location(self, input: Option<RevisionLocation>) -> Self
Information about the location and type of an application revision.
sourcepub fn generic_revision_info(self, input: GenericRevisionInfo) -> Self
pub fn generic_revision_info(self, input: GenericRevisionInfo) -> Self
Information about an application revision, including usage details and associated deployment groups.
sourcepub fn set_generic_revision_info(
self,
input: Option<GenericRevisionInfo>
) -> Self
pub fn set_generic_revision_info(
self,
input: Option<GenericRevisionInfo>
) -> Self
Information about an application revision, including usage details and associated deployment groups.
sourcepub fn build(self) -> RevisionInfo
pub fn build(self) -> RevisionInfo
Consumes the builder and constructs a RevisionInfo
.