public static interface GetDataCatalogResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<GetDataCatalogResponse.Builder,GetDataCatalogResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDataCatalogResponse.Builder |
dataCatalog(Consumer<DataCatalog.Builder> dataCatalog)
The data catalog returned.
|
GetDataCatalogResponse.Builder |
dataCatalog(DataCatalog dataCatalog)
The data catalog returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDataCatalogResponse.Builder dataCatalog(DataCatalog dataCatalog)
The data catalog returned.
dataCatalog - The data catalog returned.default GetDataCatalogResponse.Builder dataCatalog(Consumer<DataCatalog.Builder> dataCatalog)
The data catalog returned.
This is a convenience method that creates an instance of theDataCatalog.Builder avoiding the need to
create one manually via DataCatalog.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataCatalog(DataCatalog).
dataCatalog - a consumer that will call methods on DataCatalog.BuilderdataCatalog(DataCatalog)Copyright © 2023. All rights reserved.