| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
static DomainJoinInfo.Builder |
DomainJoinInfo.builder() |
DomainJoinInfo.Builder |
DomainJoinInfo.Builder.directoryName(String directoryName)
The fully qualified name of the directory (for example, corp.example.com).
|
DomainJoinInfo.Builder |
DomainJoinInfo.Builder.organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)
The distinguished name of the organizational unit for computer accounts.
|
DomainJoinInfo.Builder |
DomainJoinInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DomainJoinInfo.Builder> |
DomainJoinInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFleetRequest.Builder |
CreateFleetRequest.Builder.domainJoinInfo(Consumer<DomainJoinInfo.Builder> domainJoinInfo)
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active
Directory domain.
|
default ImageBuilder.Builder |
ImageBuilder.Builder.domainJoinInfo(Consumer<DomainJoinInfo.Builder> domainJoinInfo)
The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active
Directory domain.
|
default CreateImageBuilderRequest.Builder |
CreateImageBuilderRequest.Builder.domainJoinInfo(Consumer<DomainJoinInfo.Builder> domainJoinInfo)
The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active
Directory domain.
|
default Fleet.Builder |
Fleet.Builder.domainJoinInfo(Consumer<DomainJoinInfo.Builder> domainJoinInfo)
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active
Directory domain.
|
default UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.domainJoinInfo(Consumer<DomainJoinInfo.Builder> domainJoinInfo)
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active
Directory domain.
|
Copyright © 2023. All rights reserved.