Uses of Interface
software.amazon.awssdk.services.appstream.model.DomainJoinInfo.Builder
-
Packages that use DomainJoinInfo.Builder Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of DomainJoinInfo.Builder in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return DomainJoinInfo.Builder Modifier and Type Method Description static DomainJoinInfo.BuilderDomainJoinInfo. builder()DomainJoinInfo.BuilderDomainJoinInfo.Builder. directoryName(String directoryName)The fully qualified name of the directory (for example, corp.example.com).DomainJoinInfo.BuilderDomainJoinInfo.Builder. organizationalUnitDistinguishedName(String organizationalUnitDistinguishedName)The distinguished name of the organizational unit for computer accounts.DomainJoinInfo.BuilderDomainJoinInfo. toBuilder()Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type DomainJoinInfo.Builder Modifier and Type Method Description static Class<? extends DomainJoinInfo.Builder>DomainJoinInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type DomainJoinInfo.Builder Modifier and Type Method Description default CreateFleetRequest.BuilderCreateFleetRequest.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 CreateImageBuilderRequest.BuilderCreateImageBuilderRequest.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.BuilderFleet.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.BuilderImageBuilder.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 UpdateFleetRequest.BuilderUpdateFleetRequest.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.
-