Interface CustomAttribute.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomAttribute.Builder,,CustomAttribute> SdkBuilder<CustomAttribute.Builder,,CustomAttribute> SdkPojo
- Enclosing class:
CustomAttribute
@Mutable
@NotThreadSafe
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).Specifies the attribute value of relative distinguished name (RDN).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-