Uses of Interface
software.amazon.awssdk.services.nimble.model.ActiveDirectoryComputerAttribute.Builder
-
Packages that use ActiveDirectoryComputerAttribute.Builder Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of ActiveDirectoryComputerAttribute.Builder in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return ActiveDirectoryComputerAttribute.Builder Modifier and Type Method Description static ActiveDirectoryComputerAttribute.BuilderActiveDirectoryComputerAttribute. builder()ActiveDirectoryComputerAttribute.BuilderActiveDirectoryComputerAttribute.Builder. name(String name)The name for the LDAP attribute.ActiveDirectoryComputerAttribute.BuilderActiveDirectoryComputerAttribute. toBuilder()ActiveDirectoryComputerAttribute.BuilderActiveDirectoryComputerAttribute.Builder. value(String value)The value for the LDAP attribute.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type ActiveDirectoryComputerAttribute.Builder Modifier and Type Method Description static Class<? extends ActiveDirectoryComputerAttribute.Builder>ActiveDirectoryComputerAttribute. serializableBuilderClass()
-