public static interface AssociateConfigurationItemsToApplicationRequest.Builder extends ApplicationDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<AssociateConfigurationItemsToApplicationRequest.Builder,AssociateConfigurationItemsToApplicationRequest>
buildoverrideConfigurationcopyapplyMutation, buildAssociateConfigurationItemsToApplicationRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateConfigurationItemsToApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.