Package com.oracle.bmc.vault.model
Class SshKeyGenerationContext.Builder
- java.lang.Object
-
- com.oracle.bmc.vault.model.SshKeyGenerationContext.Builder
-
- Enclosing class:
- SshKeyGenerationContext
public static class SshKeyGenerationContext.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SshKeyGenerationContext
build()
SshKeyGenerationContext.Builder
copy(SshKeyGenerationContext model)
SshKeyGenerationContext.Builder
generationTemplate(SshKeyGenerationContext.GenerationTemplate generationTemplate)
Name of SSH key generation template to generate SSH key type secret.SshKeyGenerationContext.Builder
secretTemplate(String secretTemplate)
-
-
-
Method Detail
-
secretTemplate
public SshKeyGenerationContext.Builder secretTemplate(String secretTemplate)
-
generationTemplate
public SshKeyGenerationContext.Builder generationTemplate(SshKeyGenerationContext.GenerationTemplate generationTemplate)
Name of SSH key generation template to generate SSH key type secret.- Parameters:
generationTemplate
- the value to set- Returns:
- this builder
-
build
public SshKeyGenerationContext build()
-
copy
public SshKeyGenerationContext.Builder copy(SshKeyGenerationContext model)
-
-