Package com.oracle.bmc.vault.model
Class BytesGenerationContext.Builder
- java.lang.Object
- 
- com.oracle.bmc.vault.model.BytesGenerationContext.Builder
 
- 
- Enclosing class:
- BytesGenerationContext
 
 public static class BytesGenerationContext.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BytesGenerationContextbuild()BytesGenerationContext.Buildercopy(BytesGenerationContext model)BytesGenerationContext.BuildergenerationTemplate(BytesGenerationContext.GenerationTemplate generationTemplate)Name of random bytes generation template for generating random byte type secret.BytesGenerationContext.BuildersecretTemplate(String secretTemplate)
 
- 
- 
- 
Method Detail- 
secretTemplatepublic BytesGenerationContext.Builder secretTemplate(String secretTemplate) 
 - 
generationTemplatepublic BytesGenerationContext.Builder generationTemplate(BytesGenerationContext.GenerationTemplate generationTemplate) Name of random bytes generation template for generating random byte type secret.- Parameters:
- generationTemplate- the value to set
- Returns:
- this builder
 
 - 
buildpublic BytesGenerationContext build() 
 - 
copypublic BytesGenerationContext.Builder copy(BytesGenerationContext model) 
 
- 
 
-