public static interface AssociateConfigurationItemsToApplicationRequest.Builder extends ApplicationDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<AssociateConfigurationItemsToApplicationRequest.Builder,AssociateConfigurationItemsToApplicationRequest>
build
overrideConfiguration
copy
applyMutation, 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.
configurationIds
- The ID of each configuration item to be associated with an application.AssociateConfigurationItemsToApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateConfigurationItemsToApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.