public abstract class CreateOrUpdateSecretRequestV2 extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CreateOrUpdateSecretRequestV2.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateOrUpdateSecretRequestV2.Builder |
builder() |
abstract String |
content() |
abstract String |
description() |
abstract long |
expiry() |
static CreateOrUpdateSecretRequestV2 |
fromParts(String content,
String description,
Map<String,String> metadata,
long expiry,
String type)
Static factory method used by Jackson for deserialization
|
abstract com.google.common.collect.ImmutableMap<String,String> |
metadata() |
String |
toString() |
abstract String |
type() |
public static CreateOrUpdateSecretRequestV2.Builder builder()
public static CreateOrUpdateSecretRequestV2 fromParts(String content, @Nullable String description, @Nullable Map<String,String> metadata, long expiry, @Nullable String type)
public abstract String content()
public abstract String description()
public abstract long expiry()
public abstract String type()
Copyright © 2018 Walmart, Inc.. All rights reserved.