Interface BatchDescribeEntitiesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchDescribeEntitiesResponse.Builder,
,BatchDescribeEntitiesResponse> MarketplaceCatalogResponse.Builder
,SdkBuilder<BatchDescribeEntitiesResponse.Builder,
,BatchDescribeEntitiesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
BatchDescribeEntitiesResponse
public static interface BatchDescribeEntitiesResponse.Builder
extends MarketplaceCatalogResponse.Builder, SdkPojo, CopyableBuilder<BatchDescribeEntitiesResponse.Builder,BatchDescribeEntitiesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionentityDetails
(Map<String, EntityDetail> entityDetails) Details about each entity.errors
(Map<String, BatchDescribeErrorDetail> errors) A map of errors returned, withEntityId
as the key anderrorDetail
as the value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.marketplacecatalog.model.MarketplaceCatalogResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
entityDetails
Details about each entity.
- Parameters:
entityDetails
- Details about each entity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
A map of errors returned, with
EntityId
as the key anderrorDetail
as the value.- Parameters:
errors
- A map of errors returned, withEntityId
as the key anderrorDetail
as the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-