Package io.digdag.spi
Interface SecretRequest
-
@Immutable public interface SecretRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSecretRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SecretRequest.Builderbuilder()SecretAccessContextcontext()java.lang.Stringkey()static SecretRequestof(SecretAccessContext context, java.lang.String key)
-
-
-
Method Detail
-
context
SecretAccessContext context()
-
key
java.lang.String key()
-
of
static SecretRequest of(SecretAccessContext context, java.lang.String key)
-
builder
static SecretRequest.Builder builder()
-
-