public static interface GetRegistryCatalogDataResponse.Builder extends EcrPublicResponse.Builder, SdkPojo, CopyableBuilder<GetRegistryCatalogDataResponse.Builder,GetRegistryCatalogDataResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetRegistryCatalogDataResponse.Builder |
registryCatalogData(Consumer<RegistryCatalogData.Builder> registryCatalogData)
The catalog metadata for the public registry.
|
GetRegistryCatalogDataResponse.Builder |
registryCatalogData(RegistryCatalogData registryCatalogData)
The catalog metadata for the public registry.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRegistryCatalogDataResponse.Builder registryCatalogData(RegistryCatalogData registryCatalogData)
The catalog metadata for the public registry.
registryCatalogData - The catalog metadata for the public registry.default GetRegistryCatalogDataResponse.Builder registryCatalogData(Consumer<RegistryCatalogData.Builder> registryCatalogData)
The catalog metadata for the public registry.
This is a convenience method that creates an instance of theRegistryCatalogData.Builder avoiding the
need to create one manually via RegistryCatalogData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to registryCatalogData(RegistryCatalogData).registryCatalogData - a consumer that will call methods on RegistryCatalogData.BuilderregistryCatalogData(RegistryCatalogData)Copyright © 2022. All rights reserved.