public static interface GetCatalogItemResponse.Builder extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<GetCatalogItemResponse.Builder,GetCatalogItemResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCatalogItemResponse.Builder |
catalogItem(CatalogItem catalogItem)
Information about this catalog item.
|
default GetCatalogItemResponse.Builder |
catalogItem(Consumer<CatalogItem.Builder> catalogItem)
Information about this catalog item.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCatalogItemResponse.Builder catalogItem(CatalogItem catalogItem)
Information about this catalog item.
catalogItem - Information about this catalog item.default GetCatalogItemResponse.Builder catalogItem(Consumer<CatalogItem.Builder> catalogItem)
Information about this catalog item.
This is a convenience method that creates an instance of theCatalogItem.Builder avoiding the need to
create one manually via CatalogItem.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to catalogItem(CatalogItem).
catalogItem - a consumer that will call methods on CatalogItem.BuildercatalogItem(CatalogItem)Copyright © 2023. All rights reserved.