public static interface BatchGetResourceConfigRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<BatchGetResourceConfigRequest.Builder,BatchGetResourceConfigRequest>
Modifier and Type | Method and Description |
---|---|
BatchGetResourceConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
BatchGetResourceConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
BatchGetResourceConfigRequest.Builder |
resourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request.
|
BatchGetResourceConfigRequest.Builder |
resourceKeys(Consumer<ResourceKey.Builder>... resourceKeys)
A list of resource keys to be processed with the current request.
|
BatchGetResourceConfigRequest.Builder |
resourceKeys(ResourceKey... resourceKeys)
A list of resource keys to be processed with the current request.
|
build
overrideConfiguration
copy
applyMutation, build
BatchGetResourceConfigRequest.Builder resourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
resourceKeys
- A list of resource keys to be processed with the current request. Each element in the list consists of
the resource type and resource ID.BatchGetResourceConfigRequest.Builder resourceKeys(ResourceKey... resourceKeys)
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
resourceKeys
- A list of resource keys to be processed with the current request. Each element in the list consists of
the resource type and resource ID.BatchGetResourceConfigRequest.Builder resourceKeys(Consumer<ResourceKey.Builder>... resourceKeys)
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
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 #resourceKeys(List)
.resourceKeys
- a consumer that will call methods on List.Builder
#resourceKeys(List)
BatchGetResourceConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.BatchGetResourceConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.