Uses of Interface
software.amazon.awssdk.services.directory.model.Computer.Builder
-
Packages that use Computer.Builder Package Description software.amazon.awssdk.services.directory.model -
-
Uses of Computer.Builder in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return Computer.Builder Modifier and Type Method Description static Computer.BuilderComputer. builder()Computer.BuilderComputer.Builder. computerAttributes(Collection<Attribute> computerAttributes)An array of Attribute objects containing the LDAP attributes that belong to the computer account.Computer.BuilderComputer.Builder. computerAttributes(Consumer<Attribute.Builder>... computerAttributes)An array of Attribute objects containing the LDAP attributes that belong to the computer account.Computer.BuilderComputer.Builder. computerAttributes(Attribute... computerAttributes)An array of Attribute objects containing the LDAP attributes that belong to the computer account.Computer.BuilderComputer.Builder. computerId(String computerId)The identifier of the computer.Computer.BuilderComputer.Builder. computerName(String computerName)The computer name.Computer.BuilderComputer. toBuilder()Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type Computer.Builder Modifier and Type Method Description static Class<? extends Computer.Builder>Computer. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.directory.model with type arguments of type Computer.Builder Modifier and Type Method Description default CreateComputerResponse.BuilderCreateComputerResponse.Builder. computer(Consumer<Computer.Builder> computer)A Computer object that represents the computer account.
-