public abstract static class PartialUpdateSecretRequestV2.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PartialUpdateSecretRequestV2 |
build() |
abstract PartialUpdateSecretRequestV2.Builder |
content(String content) |
abstract PartialUpdateSecretRequestV2.Builder |
contentPresent(boolean contentPresent) |
abstract PartialUpdateSecretRequestV2.Builder |
description(String description) |
abstract PartialUpdateSecretRequestV2.Builder |
descriptionPresent(boolean descriptionPresent) |
abstract PartialUpdateSecretRequestV2.Builder |
expiry(Long expiry) |
abstract PartialUpdateSecretRequestV2.Builder |
expiryPresent(boolean expiryPresent) |
abstract PartialUpdateSecretRequestV2.Builder |
metadata(com.google.common.collect.ImmutableMap<String,String> metadata) |
abstract PartialUpdateSecretRequestV2.Builder |
metadataPresent(boolean metadataPresent) |
abstract PartialUpdateSecretRequestV2.Builder |
type(String type) |
abstract PartialUpdateSecretRequestV2.Builder |
typePresent(boolean typePresent) |
public abstract PartialUpdateSecretRequestV2.Builder contentPresent(boolean contentPresent)
public abstract PartialUpdateSecretRequestV2.Builder content(String content)
public abstract PartialUpdateSecretRequestV2.Builder descriptionPresent(boolean descriptionPresent)
public abstract PartialUpdateSecretRequestV2.Builder description(String description)
public abstract PartialUpdateSecretRequestV2.Builder metadataPresent(boolean metadataPresent)
public abstract PartialUpdateSecretRequestV2.Builder metadata(com.google.common.collect.ImmutableMap<String,String> metadata)
public abstract PartialUpdateSecretRequestV2.Builder typePresent(boolean typePresent)
public abstract PartialUpdateSecretRequestV2.Builder type(String type)
public abstract PartialUpdateSecretRequestV2.Builder expiryPresent(boolean expiryPresent)
public abstract PartialUpdateSecretRequestV2.Builder expiry(Long expiry)
public PartialUpdateSecretRequestV2 build()
IllegalArgumentException
- if builder data is invalid.Copyright © 2018 Walmart, Inc.. All rights reserved.