public static interface DeleteContainerImageRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<DeleteContainerImageRequest.Builder,DeleteContainerImageRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteContainerImageRequest.Builder |
image(String image)
The name of the container image to delete from the container service.
|
DeleteContainerImageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteContainerImageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteContainerImageRequest.Builder |
serviceName(String serviceName)
The name of the container service for which to delete a registered container image.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteContainerImageRequest.Builder serviceName(String serviceName)
The name of the container service for which to delete a registered container image.
serviceName - The name of the container service for which to delete a registered container image.DeleteContainerImageRequest.Builder image(String image)
The name of the container image to delete from the container service.
Use the GetContainerImages action to get the name of the container images that are registered to
a container service.
Container images sourced from your Lightsail container service, that are registered and stored on your
service, start with a colon (:). For example,
:container-service-1.mystaticwebsite.1. Container images sourced from a public registry like
Docker Hub don't start with a colon. For example, nginx:latest or nginx.
image - The name of the container image to delete from the container service.
Use the GetContainerImages action to get the name of the container images that are
registered to a container service.
Container images sourced from your Lightsail container service, that are registered and stored on your
service, start with a colon (:). For example,
:container-service-1.mystaticwebsite.1. Container images sourced from a public registry
like Docker Hub don't start with a colon. For example, nginx:latest or nginx
.
DeleteContainerImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteContainerImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.