public class VaultCreateOrUpdateParameters extends Object
Constructor and Description |
---|
VaultCreateOrUpdateParameters() |
Modifier and Type | Method and Description |
---|---|
String |
location()
Get the location value.
|
VaultProperties |
properties()
Get the properties value.
|
Map<String,String> |
tags()
Get the tags value.
|
VaultCreateOrUpdateParameters |
withLocation(String location)
Set the location value.
|
VaultCreateOrUpdateParameters |
withProperties(VaultProperties properties)
Set the properties value.
|
VaultCreateOrUpdateParameters |
withTags(Map<String,String> tags)
Set the tags value.
|
public String location()
public VaultCreateOrUpdateParameters withLocation(String location)
location
- the location value to setpublic VaultCreateOrUpdateParameters withTags(Map<String,String> tags)
tags
- the tags value to setpublic VaultProperties properties()
public VaultCreateOrUpdateParameters withProperties(VaultProperties properties)
properties
- the properties value to setCopyright © 2019. All rights reserved.