@Stability(value=Stable)
public static interface CfnImageBuilder.DomainJoinInfoProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appstream.*;
DomainJoinInfoProperty domainJoinInfoProperty = DomainJoinInfoProperty.builder()
.directoryName("directoryName")
.organizationalUnitDistinguishedName("organizationalUnitDistinguishedName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnImageBuilder.DomainJoinInfoProperty.Builder
A builder for
CfnImageBuilder.DomainJoinInfoProperty |
static class |
CfnImageBuilder.DomainJoinInfoProperty.Jsii$Proxy
An implementation for
CfnImageBuilder.DomainJoinInfoProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnImageBuilder.DomainJoinInfoProperty.Builder |
builder() |
default String |
getDirectoryName()
The fully qualified name of the directory (for example, corp.example.com).
|
default String |
getOrganizationalUnitDistinguishedName()
The distinguished name of the organizational unit for computer accounts.
|
@Stability(value=Stable) @Nullable default String getDirectoryName()
@Stability(value=Stable) @Nullable default String getOrganizationalUnitDistinguishedName()
@Stability(value=Stable) static CfnImageBuilder.DomainJoinInfoProperty.Builder builder()
Copyright © 2022. All rights reserved.