Class EC2HardwareBuilder.RequiresRootDeviceType

  • All Implemented Interfaces:
    com.google.common.base.Predicate<Image>, Predicate<Image>
    Enclosing class:
    EC2HardwareBuilder

    public static class EC2HardwareBuilder.RequiresRootDeviceType
    extends Object
    implements com.google.common.base.Predicate<Image>
    evaluates true if the Image has the following rootDeviceType
    • Constructor Detail

      • RequiresRootDeviceType

        public RequiresRootDeviceType​(RootDeviceType type)
    • Method Detail

      • apply

        public boolean apply​(Image image)
        Specified by:
        apply in interface com.google.common.base.Predicate<Image>