pub struct Builder { /* private fields */ }
Expand description
A builder for ListApplicationRevisionsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn revisions(self, input: RevisionLocation) -> Self
pub fn revisions(self, input: RevisionLocation) -> Self
Appends an item to revisions
.
To override the contents of this collection use set_revisions
.
A list of locations that contain the matching revisions.
sourcepub fn set_revisions(self, input: Option<Vec<RevisionLocation>>) -> Self
pub fn set_revisions(self, input: Option<Vec<RevisionLocation>>) -> Self
A list of locations that contain the matching revisions.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list application revisions call to return the next set of application revisions in the list.
sourcepub fn build(self) -> ListApplicationRevisionsOutput
pub fn build(self) -> ListApplicationRevisionsOutput
Consumes the builder and constructs a ListApplicationRevisionsOutput
.