Interface ImageConfigurationInput.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ImageConfigurationInput.Builder,ImageConfigurationInput>, SdkBuilder<ImageConfigurationInput.Builder,ImageConfigurationInput>, SdkPojo
Enclosing class:
ImageConfigurationInput

public static interface ImageConfigurationInput.Builder extends SdkPojo, CopyableBuilder<ImageConfigurationInput.Builder,ImageConfigurationInput>
  • Method Details

    • imageUri

      The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.

      Parameters:
      imageUri - The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.