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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytesGenerationContext
build()
BytesGenerationContext.Builder
copy(BytesGenerationContext model)
BytesGenerationContext.Builder
generationTemplate(BytesGenerationContext.GenerationTemplate generationTemplate)
Name of random bytes generation template for generating random byte type secret.BytesGenerationContext.Builder
secretTemplate(String secretTemplate)
-
-
-
Method Detail
-
secretTemplate
public BytesGenerationContext.Builder secretTemplate(String secretTemplate)
-
generationTemplate
public 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
-
build
public BytesGenerationContext build()
-
copy
public BytesGenerationContext.Builder copy(BytesGenerationContext model)
-
-