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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomAttribute.BuilderobjectIdentifier(String objectIdentifier)Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).CustomAttribute.Buildervalue(String value)-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
objectIdentifier
CustomAttribute.Builder objectIdentifier(String 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
CustomAttribute.Builder value(String 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.
-
-