Interface CustomAttribute.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomAttribute.Builder,
,CustomAttribute> SdkBuilder<CustomAttribute.Builder,
,CustomAttribute> SdkPojo
- Enclosing class:
CustomAttribute
public static interface CustomAttribute.Builder
extends SdkPojo, CopyableBuilder<CustomAttribute.Builder,CustomAttribute>
-
Method Summary
Modifier and TypeMethodDescriptionobjectIdentifier
(String objectIdentifier) Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
objectIdentifier
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
- Parameters:
objectIdentifier
- Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Specifies the attribute value of relative distinguished name (RDN).
- Parameters:
value
-Specifies the attribute value of relative distinguished name (RDN).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-