public static interface RegisterContainerImageResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<RegisterContainerImageResponse.Builder,RegisterContainerImageResponse>
| Modifier and Type | Method and Description |
|---|---|
default RegisterContainerImageResponse.Builder |
containerImage(Consumer<ContainerImage.Builder> containerImage)
An object that describes a container image that is registered to a Lightsail container service
|
RegisterContainerImageResponse.Builder |
containerImage(ContainerImage containerImage)
An object that describes a container image that is registered to a Lightsail container service
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterContainerImageResponse.Builder containerImage(ContainerImage containerImage)
An object that describes a container image that is registered to a Lightsail container service
containerImage - An object that describes a container image that is registered to a Lightsail container servicedefault RegisterContainerImageResponse.Builder containerImage(Consumer<ContainerImage.Builder> containerImage)
An object that describes a container image that is registered to a Lightsail 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 containerImage(ContainerImage).
containerImage - a consumer that will call methods on ContainerImage.BuildercontainerImage(ContainerImage)Copyright © 2022. All rights reserved.