public static interface BatchGetAggregateResourceConfigRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<BatchGetAggregateResourceConfigRequest.Builder,BatchGetAggregateResourceConfigRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAggregateResourceConfigRequest.Builder configurationAggregatorName(String configurationAggregatorName)
The name of the configuration aggregator.
configurationAggregatorName - The name of the configuration aggregator.BatchGetAggregateResourceConfigRequest.Builder resourceIdentifiers(Collection<AggregateResourceIdentifier> resourceIdentifiers)
A list of aggregate ResourceIdentifiers objects.
resourceIdentifiers - A list of aggregate ResourceIdentifiers objects.BatchGetAggregateResourceConfigRequest.Builder resourceIdentifiers(AggregateResourceIdentifier... resourceIdentifiers)
A list of aggregate ResourceIdentifiers objects.
resourceIdentifiers - A list of aggregate ResourceIdentifiers objects.BatchGetAggregateResourceConfigRequest.Builder resourceIdentifiers(Consumer<AggregateResourceIdentifier.Builder>... resourceIdentifiers)
A list of aggregate ResourceIdentifiers objects.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #resourceIdentifiers(List) .resourceIdentifiers - a consumer that will call methods on List.Builder #resourceIdentifiers(List) BatchGetAggregateResourceConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetAggregateResourceConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.