public static interface GetContainerImagesResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<GetContainerImagesResponse.Builder,GetContainerImagesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetContainerImagesResponse.Builder |
containerImages(Collection<ContainerImage> containerImages)
An array of objects that describe container images that are registered to the container service.
|
GetContainerImagesResponse.Builder |
containerImages(Consumer<ContainerImage.Builder>... containerImages)
An array of objects that describe container images that are registered to the container service.
|
GetContainerImagesResponse.Builder |
containerImages(ContainerImage... containerImages)
An array of objects that describe container images that are registered to the container service.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetContainerImagesResponse.Builder containerImages(Collection<ContainerImage> containerImages)
An array of objects that describe container images that are registered to the container service.
containerImages - An array of objects that describe container images that are registered to the container service.GetContainerImagesResponse.Builder containerImages(ContainerImage... containerImages)
An array of objects that describe container images that are registered to the container service.
containerImages - An array of objects that describe container images that are registered to the container service.GetContainerImagesResponse.Builder containerImages(Consumer<ContainerImage.Builder>... containerImages)
An array of objects that describe container images that are registered to the container service.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #containerImages(List) .containerImages - a consumer that will call methods on List.Builder #containerImages(List) Copyright © 2021. All rights reserved.