Interface BatchDescribeEntitiesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<BatchDescribeEntitiesRequest.Builder,
,BatchDescribeEntitiesRequest> MarketplaceCatalogRequest.Builder
,SdkBuilder<BatchDescribeEntitiesRequest.Builder,
,BatchDescribeEntitiesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
BatchDescribeEntitiesRequest
@Mutable
@NotThreadSafe
public static interface BatchDescribeEntitiesRequest.Builder
extends MarketplaceCatalogRequest.Builder, SdkPojo, CopyableBuilder<BatchDescribeEntitiesRequest.Builder,BatchDescribeEntitiesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionentityRequestList
(Collection<EntityRequest> entityRequestList) List of entity IDs and the catalogs the entities are present in.entityRequestList
(Consumer<EntityRequest.Builder>... entityRequestList) List of entity IDs and the catalogs the entities are present in.entityRequestList
(EntityRequest... entityRequestList) List of entity IDs and the catalogs the entities are present in.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.marketplacecatalog.model.MarketplaceCatalogRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
entityRequestList
List of entity IDs and the catalogs the entities are present in.
- Parameters:
entityRequestList
- List of entity IDs and the catalogs the entities are present in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityRequestList
List of entity IDs and the catalogs the entities are present in.
- Parameters:
entityRequestList
- List of entity IDs and the catalogs the entities are present in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityRequestList
BatchDescribeEntitiesRequest.Builder entityRequestList(Consumer<EntityRequest.Builder>... entityRequestList) List of entity IDs and the catalogs the entities are present in.
This is a convenience method that creates an instance of theEntityRequest.Builder
avoiding the need to create one manually viaEntityRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toentityRequestList(List<EntityRequest>)
.- Parameters:
entityRequestList
- a consumer that will call methods onEntityRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
BatchDescribeEntitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
BatchDescribeEntitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-