public static interface BatchGetAggregateResourceConfigResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<BatchGetAggregateResourceConfigResponse.Builder,BatchGetAggregateResourceConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAggregateResourceConfigResponse.Builder |
baseConfigurationItems(BaseConfigurationItem... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
BatchGetAggregateResourceConfigResponse.Builder |
baseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
BatchGetAggregateResourceConfigResponse.Builder |
baseConfigurationItems(Consumer<BaseConfigurationItem.Builder>... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
BatchGetAggregateResourceConfigResponse.Builder |
unprocessedResourceIdentifiers(AggregateResourceIdentifier... unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope.
|
BatchGetAggregateResourceConfigResponse.Builder |
unprocessedResourceIdentifiers(Collection<AggregateResourceIdentifier> unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope.
|
BatchGetAggregateResourceConfigResponse.Builder |
unprocessedResourceIdentifiers(Consumer<AggregateResourceIdentifier.Builder>... unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAggregateResourceConfigResponse.Builder baseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)
A list that contains the current configuration of one or more resources.
baseConfigurationItems - A list that contains the current configuration of one or more resources.BatchGetAggregateResourceConfigResponse.Builder baseConfigurationItems(BaseConfigurationItem... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
baseConfigurationItems - A list that contains the current configuration of one or more resources.BatchGetAggregateResourceConfigResponse.Builder baseConfigurationItems(Consumer<BaseConfigurationItem.Builder>... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
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 #baseConfigurationItems(List) .baseConfigurationItems - a consumer that will call methods on List.Builder #baseConfigurationItems(List) BatchGetAggregateResourceConfigResponse.Builder unprocessedResourceIdentifiers(Collection<AggregateResourceIdentifier> unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
unprocessedResourceIdentifiers - A list of resource identifiers that were not processed with current scope. The list is empty if all
the resources are processed.BatchGetAggregateResourceConfigResponse.Builder unprocessedResourceIdentifiers(AggregateResourceIdentifier... unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
unprocessedResourceIdentifiers - A list of resource identifiers that were not processed with current scope. The list is empty if all
the resources are processed.BatchGetAggregateResourceConfigResponse.Builder unprocessedResourceIdentifiers(Consumer<AggregateResourceIdentifier.Builder>... unprocessedResourceIdentifiers)
A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.
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 #unprocessedResourceIdentifiers(List) .unprocessedResourceIdentifiers - a consumer that will call methods on List.Builder #unprocessedResourceIdentifiers(List) Copyright © 2021. All rights reserved.