Interface BatchGetResourceConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<BatchGetResourceConfigRequest.Builder,BatchGetResourceConfigRequest>,SdkBuilder<BatchGetResourceConfigRequest.Builder,BatchGetResourceConfigRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetResourceConfigRequest
public static interface BatchGetResourceConfigRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<BatchGetResourceConfigRequest.Builder,BatchGetResourceConfigRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetResourceConfigRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetResourceConfigRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetResourceConfigRequest.BuilderresourceKeys(Collection<ResourceKey> resourceKeys)A list of resource keys to be processed with the current request.BatchGetResourceConfigRequest.BuilderresourceKeys(Consumer<ResourceKey.Builder>... resourceKeys)A list of resource keys to be processed with the current request.BatchGetResourceConfigRequest.BuilderresourceKeys(ResourceKey... resourceKeys)A list of resource keys to be processed with the current request.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resourceKeys
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceKeys
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceKeys
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 method that creates an instance of theResourceKey.Builderavoiding the need to create one manually viaResourceKey.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#resourceKeys(List.) - Parameters:
resourceKeys- a consumer that will call methods onResourceKey.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#resourceKeys(java.util.Collection)
-
overrideConfiguration
BatchGetResourceConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetResourceConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-