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 method that creates an instance of theContainerImage.Builder avoiding the need to create
one manually via ContainerImage.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #containerImages(List.
containerImages - a consumer that will call methods on
ContainerImage.Builder#containerImages(java.util.Collection) Copyright © 2022. All rights reserved.