Class NameConstraintSubtreeNode.Builder
- java.lang.Object
-
- com.oracle.bmc.certificatesmanagement.model.NameConstraintSubtreeNode.Builder
-
- Enclosing class:
- NameConstraintSubtreeNode
public static class NameConstraintSubtreeNode.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NameConstraintSubtreeNodebuild()NameConstraintSubtreeNode.Buildercopy(NameConstraintSubtreeNode model)NameConstraintSubtreeNode.Buildertype(NameConstraintType type)The type of name constraint.NameConstraintSubtreeNode.Buildervalue(String value)Name restrictions for the corresponding type of name constraint.
-
-
-
Method Detail
-
type
public NameConstraintSubtreeNode.Builder type(NameConstraintType type)
The type of name constraint.- Parameters:
type- the value to set- Returns:
- this builder
-
value
public NameConstraintSubtreeNode.Builder value(String value)
Name restrictions for the corresponding type of name constraint.- Parameters:
value- the value to set- Returns:
- this builder
-
build
public NameConstraintSubtreeNode build()
-
copy
public NameConstraintSubtreeNode.Builder copy(NameConstraintSubtreeNode model)
-
-