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