Class UpdateImagePipelineRequest

    • Method Detail

      • imagePipelineArn

        public final String imagePipelineArn()

        The Amazon Resource Name (ARN) of the image pipeline that you want to update.

        Returns:
        The Amazon Resource Name (ARN) of the image pipeline that you want to update.
      • description

        public final String description()

        The description of the image pipeline.

        Returns:
        The description of the image pipeline.
      • imageRecipeArn

        public final String imageRecipeArn()

        The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.

        Returns:
        The Amazon Resource Name (ARN) of the image recipe that will be used to configure images updated by this image pipeline.
      • containerRecipeArn

        public final String containerRecipeArn()

        The Amazon Resource Name (ARN) of the container pipeline to update.

        Returns:
        The Amazon Resource Name (ARN) of the container pipeline to update.
      • infrastructureConfigurationArn

        public final String infrastructureConfigurationArn()

        The Amazon Resource Name (ARN) of the infrastructure configuration that Image Builder uses to build images that this image pipeline has updated.

        Returns:
        The Amazon Resource Name (ARN) of the infrastructure configuration that Image Builder uses to build images that this image pipeline has updated.
      • distributionConfigurationArn

        public final String distributionConfigurationArn()

        The Amazon Resource Name (ARN) of the distribution configuration that Image Builder uses to configure and distribute images that this image pipeline has updated.

        Returns:
        The Amazon Resource Name (ARN) of the distribution configuration that Image Builder uses to configure and distribute images that this image pipeline has updated.
      • imageTestsConfiguration

        public final ImageTestsConfiguration imageTestsConfiguration()

        The image test configuration of the image pipeline.

        Returns:
        The image test configuration of the image pipeline.
      • enhancedImageMetadataEnabled

        public final Boolean enhancedImageMetadataEnabled()

        Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.

        Returns:
        Collects additional information about the image being created, including the operating system (OS) version and package list. This information is used to enhance the overall experience of using EC2 Image Builder. Enabled by default.
      • schedule

        public final Schedule schedule()

        The schedule of the image pipeline.

        Returns:
        The schedule of the image pipeline.
      • clientToken

        public final String clientToken()

        The idempotency token used to make this request idempotent.

        Returns:
        The idempotency token used to make this request idempotent.
      • imageScanningConfiguration

        public final ImageScanningConfiguration imageScanningConfiguration()

        Contains settings for vulnerability scans.

        Returns:
        Contains settings for vulnerability scans.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object