StructuredPojo
, ToCopyableBuilder<DirectoryDescription.Builder,DirectoryDescription>
@Generated("software.amazon.awssdk:codegen") public class DirectoryDescription extends Object implements StructuredPojo, ToCopyableBuilder<DirectoryDescription.Builder,DirectoryDescription>
Contains information about an AWS Directory Service directory.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DirectoryDescription.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
accessUrl() |
The access URL for the directory, such as
http://<alias>.awsapps.com . |
String |
alias() |
The alias for the directory.
|
static DirectoryDescription.Builder |
builder() |
|
DirectoryConnectSettingsDescription |
connectSettings() |
A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector
directory.
|
String |
description() |
The textual description for the directory.
|
String |
directoryId() |
The directory identifier.
|
List<String> |
dnsIpAddrs() |
The IP addresses of the DNS servers for the directory.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
launchTime() |
Specifies when the directory was created.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The fully-qualified name of the directory.
|
RadiusSettings |
radiusSettings() |
A RadiusSettings object that contains information about the RADIUS server configured for this directory.
|
String |
radiusStatus() |
The status of the RADIUS MFA server connection.
|
static Class<? extends DirectoryDescription.Builder> |
serializableBuilderClass() |
|
String |
shortName() |
The short name of the directory.
|
String |
size() |
The directory size.
|
Boolean |
ssoEnabled() |
Indicates if single-sign on is enabled for the directory.
|
String |
stage() |
The current stage of the directory.
|
Date |
stageLastUpdatedDateTime() |
The date and time that the stage was last updated.
|
String |
stageReason() |
Additional information about the directory stage.
|
DirectoryDescription.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The directory size.
|
DirectoryVpcSettingsDescription |
vpcSettings() |
A DirectoryVpcSettingsDescription object that contains additional information about a directory.
|
public String directoryId()
The directory identifier.
public String name()
The fully-qualified name of the directory.
public String shortName()
The short name of the directory.
public String size()
The directory size.
DirectorySize
public String alias()
The alias for the directory. If no alias has been created for the directory, the alias is the directory
identifier, such as d-XXXXXXXXXX
.
d-XXXXXXXXXX
.public String accessUrl()
The access URL for the directory, such as http://<alias>.awsapps.com
. If no alias has been
created for the directory, <alias>
is the directory identifier, such as
d-XXXXXXXXXX
.
http://<alias>.awsapps.com
. If no alias has
been created for the directory, <alias>
is the directory identifier, such as
d-XXXXXXXXXX
.public String description()
The textual description for the directory.
public List<String> dnsIpAddrs()
The IP addresses of the DNS servers for the directory. For a Simple AD or Microsoft AD directory, these are the IP addresses of the Simple AD or Microsoft AD directory servers. For an AD Connector directory, these are the IP addresses of the DNS servers or domain controllers in the on-premises directory to which the AD Connector is connected.
public String stage()
The current stage of the directory.
DirectoryStage
public Date launchTime()
Specifies when the directory was created.
public Date stageLastUpdatedDateTime()
The date and time that the stage was last updated.
public String type()
The directory size.
DirectoryType
public DirectoryVpcSettingsDescription vpcSettings()
A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.
public DirectoryConnectSettingsDescription connectSettings()
A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.
public RadiusSettings radiusSettings()
A RadiusSettings object that contains information about the RADIUS server configured for this directory.
public String radiusStatus()
The status of the RADIUS MFA server connection.
RadiusStatus
public String stageReason()
Additional information about the directory stage.
public Boolean ssoEnabled()
Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.
public DirectoryDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DirectoryDescription.Builder,DirectoryDescription>
public static DirectoryDescription.Builder builder()
public static Class<? extends DirectoryDescription.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.