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 method that creates an instance of theBaseConfigurationItem.Builder avoiding the need to
create one manually via BaseConfigurationItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #baseConfigurationItems(List.
baseConfigurationItems - a consumer that will call methods on
BaseConfigurationItem.Builder#baseConfigurationItems(java.util.Collection) 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 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 #unprocessedResourceIdentifiers(List.
unprocessedResourceIdentifiers - a consumer that will call methods on
AggregateResourceIdentifier.Builder#unprocessedResourceIdentifiers(java.util.Collection) Copyright © 2023. All rights reserved.