CopyableBuilder<AssociateConfigurationItemsToApplicationRequest.Builder,AssociateConfigurationItemsToApplicationRequest>
, SdkBuilder<AssociateConfigurationItemsToApplicationRequest.Builder,AssociateConfigurationItemsToApplicationRequest>
public static interface AssociateConfigurationItemsToApplicationRequest.Builder extends CopyableBuilder<AssociateConfigurationItemsToApplicationRequest.Builder,AssociateConfigurationItemsToApplicationRequest>
Modifier and Type | Method | Description |
---|---|---|
AssociateConfigurationItemsToApplicationRequest.Builder |
applicationConfigurationId(String applicationConfigurationId) |
The configuration ID of an application with which items are to be associated.
|
AssociateConfigurationItemsToApplicationRequest.Builder |
configurationIds(String... configurationIds) |
The ID of each configuration item to be associated with an application.
|
AssociateConfigurationItemsToApplicationRequest.Builder |
configurationIds(Collection<String> configurationIds) |
The ID of each configuration item to be associated with an application.
|
copy
apply, build
AssociateConfigurationItemsToApplicationRequest.Builder applicationConfigurationId(String applicationConfigurationId)
The configuration ID of an application with which items are to be associated.
applicationConfigurationId
- The configuration ID of an application with which items are to be associated.AssociateConfigurationItemsToApplicationRequest.Builder configurationIds(Collection<String> configurationIds)
The ID of each configuration item to be associated with an application.
configurationIds
- The ID of each configuration item to be associated with an application.AssociateConfigurationItemsToApplicationRequest.Builder configurationIds(String... configurationIds)
The ID of each configuration item to be associated with an application.
NOTE: This method appends the values to the existing list (if any). Use
#setConfigurationIds(java.util.Collection)
or #withConfigurationIds(java.util.Collection)
if
you want to override the existing values.
configurationIds
- The ID of each configuration item to be associated with an application.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.