public abstract class Image extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Image.Builder |
Constructor and Description |
---|
Image() |
Modifier and Type | Method and Description |
---|---|
static Image.Builder |
builder() |
static Image |
create(String id,
String name,
String location,
ImageProperties properties,
Map<String,String> tags) |
abstract String |
id()
The id of the image
|
abstract String |
location()
The location of the image
|
abstract String |
name()
The name of the image
|
abstract ImageProperties |
properties()
The image properties.
|
abstract Map<String,String> |
tags()
the tags of the image
|
abstract Image.Builder |
toBuilder() |
public abstract String location()
public abstract ImageProperties properties()
public static Image create(String id, String name, String location, ImageProperties properties, Map<String,String> tags)
public abstract Image.Builder toBuilder()
public static Image.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.