Struct aws_sdk_codedeploy::input::batch_get_application_revisions_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for BatchGetApplicationRevisionsInput
Implementations
The name of an AWS CodeDeploy application about which to get revision information.
The name of an AWS CodeDeploy application about which to get revision information.
Appends an item to revisions
.
To override the contents of this collection use set_revisions
.
An array of RevisionLocation
objects that specify information to get
about the application revisions, including type and location. The maximum number of
RevisionLocation
objects you can specify is 25.
An array of RevisionLocation
objects that specify information to get
about the application revisions, including type and location. The maximum number of
RevisionLocation
objects you can specify is 25.
Consumes the builder and constructs a BatchGetApplicationRevisionsInput
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