Interface SecretBind
-
@Immutable public interface SecretBind
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSecretBind.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SecretBind.Builderbuilder()SecretFilefile()StringsecretId()StringsecretName()
-
-
-
Method Detail
-
file
SecretFile file()
-
secretId
String secretId()
-
secretName
String secretName()
-
builder
static SecretBind.Builder builder()
-
-