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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
RegisterContainerImageResponse.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.Builder
containerImage(ContainerImage)