Struct aws_sdk_applicationdiscovery::input::associate_configuration_items_to_application_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for AssociateConfigurationItemsToApplicationInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn application_configuration_id(self, input: impl Into<String>) -> Self
pub fn application_configuration_id(self, input: impl Into<String>) -> Self
The configuration ID of an application with which items are to be associated.
sourcepub fn set_application_configuration_id(self, input: Option<String>) -> Self
pub fn set_application_configuration_id(self, input: Option<String>) -> Self
The configuration ID of an application with which items are to be associated.
sourcepub fn configuration_ids(self, input: impl Into<String>) -> Self
pub fn configuration_ids(self, input: impl Into<String>) -> Self
Appends an item to configuration_ids.
To override the contents of this collection use set_configuration_ids.
The ID of each configuration item to be associated with an application.
sourcepub fn set_configuration_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_configuration_ids(self, input: Option<Vec<String>>) -> Self
The ID of each configuration item to be associated with an application.
sourcepub fn build(
self
) -> Result<AssociateConfigurationItemsToApplicationInput, BuildError>
pub fn build(
self
) -> Result<AssociateConfigurationItemsToApplicationInput, BuildError>
Consumes the builder and constructs a AssociateConfigurationItemsToApplicationInput.