Interface DeleteContainerImageRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteContainerImageRequest.Builder,DeleteContainerImageRequest>,LightsailRequest.Builder,SdkBuilder<DeleteContainerImageRequest.Builder,DeleteContainerImageRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteContainerImageRequest
public static interface DeleteContainerImageRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<DeleteContainerImageRequest.Builder,DeleteContainerImageRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteContainerImageRequest.Builderimage(String image)The name of the container image to delete from the container service.DeleteContainerImageRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteContainerImageRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteContainerImageRequest.BuilderserviceName(String serviceName)The name of the container service for which to delete a registered container image.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
serviceName
DeleteContainerImageRequest.Builder serviceName(String serviceName)
The name of the container service for which to delete a registered container image.
- Parameters:
serviceName- The name of the container service for which to delete a registered container image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
image
DeleteContainerImageRequest.Builder image(String image)
The name of the container image to delete from the container service.
Use the
GetContainerImagesaction 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:latestornginx.- Parameters:
image- The name of the container image to delete from the container service.Use the
GetContainerImagesaction 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:latestornginx.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteContainerImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteContainerImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-