| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static Computer.Builder |
Computer.builder() |
Computer.Builder |
Computer.Builder.computerAttributes(Attribute... computerAttributes)
An array of Attribute objects containing the LDAP attributes that belong to the computer account.
|
Computer.Builder |
Computer.Builder.computerAttributes(Collection<Attribute> computerAttributes)
An array of Attribute objects containing the LDAP attributes that belong to the computer account.
|
Computer.Builder |
Computer.Builder.computerAttributes(Consumer<Attribute.Builder>... computerAttributes)
An array of Attribute objects containing the LDAP attributes that belong to the computer account.
|
Computer.Builder |
Computer.Builder.computerId(String computerId)
The identifier of the computer.
|
Computer.Builder |
Computer.Builder.computerName(String computerName)
The computer name.
|
Computer.Builder |
Computer.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Computer.Builder> |
Computer.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateComputerResponse.Builder |
CreateComputerResponse.Builder.computer(Consumer<Computer.Builder> computer)
A Computer object that represents the computer account.
|
Copyright © 2022. All rights reserved.