public static interface BatchGetResourceConfigResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<BatchGetResourceConfigResponse.Builder,BatchGetResourceConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetResourceConfigResponse.Builder |
baseConfigurationItems(BaseConfigurationItem... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
BatchGetResourceConfigResponse.Builder |
baseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
BatchGetResourceConfigResponse.Builder |
baseConfigurationItems(Consumer<BaseConfigurationItem.Builder>... baseConfigurationItems)
A list that contains the current configuration of one or more resources.
|
BatchGetResourceConfigResponse.Builder |
unprocessedResourceKeys(Collection<ResourceKey> unprocessedResourceKeys)
A list of resource keys that were not processed with the current response.
|
BatchGetResourceConfigResponse.Builder |
unprocessedResourceKeys(Consumer<ResourceKey.Builder>... unprocessedResourceKeys)
A list of resource keys that were not processed with the current response.
|
BatchGetResourceConfigResponse.Builder |
unprocessedResourceKeys(ResourceKey... unprocessedResourceKeys)
A list of resource keys that were not processed with the current response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetResourceConfigResponse.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.BatchGetResourceConfigResponse.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.BatchGetResourceConfigResponse.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) BatchGetResourceConfigResponse.Builder unprocessedResourceKeys(Collection<ResourceKey> unprocessedResourceKeys)
A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.
unprocessedResourceKeys - A list of resource keys that were not processed with the current response. The unprocessesResourceKeys
value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent
BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an
empty unprocessedResourceKeys list.BatchGetResourceConfigResponse.Builder unprocessedResourceKeys(ResourceKey... unprocessedResourceKeys)
A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.
unprocessedResourceKeys - A list of resource keys that were not processed with the current response. The unprocessesResourceKeys
value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent
BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an
empty unprocessedResourceKeys list.BatchGetResourceConfigResponse.Builder unprocessedResourceKeys(Consumer<ResourceKey.Builder>... unprocessedResourceKeys)
A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.
This is a convenience method that creates an instance of theResourceKey.Builder avoiding the need to create one
manually via ResourceKey.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #unprocessedResourceKeys(List.
unprocessedResourceKeys - a consumer that will call methods on
ResourceKey.Builder#unprocessedResourceKeys(java.util.Collection) Copyright © 2023. All rights reserved.