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 method that creates an instance of theAggregateResourceIdentifier.Builder avoiding the need to
create one manually via
AggregateResourceIdentifier.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #resourceIdentifiers(List.
resourceIdentifiers - a consumer that will call methods on
AggregateResourceIdentifier.Builder#resourceIdentifiers(java.util.Collection) BatchGetAggregateResourceConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetAggregateResourceConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.