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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
BatchGetResourceConfigResponse.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 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)
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 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 #unprocessedResourceKeys(List)
.unprocessedResourceKeys
- a consumer that will call methods on List.Builder
#unprocessedResourceKeys(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.