public static interface CustomAttribute.Builder extends SdkPojo, CopyableBuilder<CustomAttribute.Builder,CustomAttribute>
| Modifier and Type | Method and Description |
|---|---|
CustomAttribute.Builder |
objectIdentifier(String objectIdentifier)
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
|
CustomAttribute.Builder |
value(String value)
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomAttribute.Builder objectIdentifier(String objectIdentifier)
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
objectIdentifier - Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).CustomAttribute.Builder value(String value)
Specifies the attribute value of relative distinguished name (RDN).
value - Specifies the attribute value of relative distinguished name (RDN).
Copyright © 2023. All rights reserved.