pub struct Builder { /* private fields */ }
Expand description
A builder for ListDeploymentGroupsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn application_name(self, input: impl Into<String>) -> Self
pub fn application_name(self, input: impl Into<String>) -> Self
The application name.
sourcepub fn set_application_name(self, input: Option<String>) -> Self
pub fn set_application_name(self, input: Option<String>) -> Self
The application name.
sourcepub fn deployment_groups(self, input: impl Into<String>) -> Self
pub fn deployment_groups(self, input: impl Into<String>) -> Self
Appends an item to deployment_groups
.
To override the contents of this collection use set_deployment_groups
.
A list of deployment group names.
sourcepub fn set_deployment_groups(self, input: Option<Vec<String>>) -> Self
pub fn set_deployment_groups(self, input: Option<Vec<String>>) -> Self
A list of deployment group names.
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 deployment groups call to return the next set of deployment groups 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 deployment groups call to return the next set of deployment groups in the list.
sourcepub fn build(self) -> ListDeploymentGroupsOutput
pub fn build(self) -> ListDeploymentGroupsOutput
Consumes the builder and constructs a ListDeploymentGroupsOutput
.