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)
Sets the value of the ContainerImage property for this object.
|
RegisterContainerImageResponse.Builder |
containerImage(ContainerImage containerImage)
Sets the value of the ContainerImage property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterContainerImageResponse.Builder containerImage(ContainerImage containerImage)
containerImage - The new value for the ContainerImage property for this object.default RegisterContainerImageResponse.Builder containerImage(Consumer<ContainerImage.Builder> containerImage)
ContainerImage.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 © 2021. All rights reserved.