public class CreateMicrosoftADRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateMicrosoftADRequest() |
Modifier and Type | Method and Description |
---|---|
CreateMicrosoftADRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDescription()
A textual description for the directory.
|
String |
getName()
The fully qualified domain name for the directory, such as
corp.example.com . |
String |
getPassword()
The password for the default administrative user named
Admin
. |
String |
getShortName()
The NetBIOS name for your domain.
|
DirectoryVpcSettings |
getVpcSettings() |
int |
hashCode() |
void |
setDescription(String description)
A textual description for the directory.
|
void |
setName(String name)
The fully qualified domain name for the directory, such as
corp.example.com . |
void |
setPassword(String password)
The password for the default administrative user named
Admin
. |
void |
setShortName(String shortName)
The NetBIOS name for your domain.
|
void |
setVpcSettings(DirectoryVpcSettings vpcSettings) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateMicrosoftADRequest |
withDescription(String description)
A textual description for the directory.
|
CreateMicrosoftADRequest |
withName(String name)
The fully qualified domain name for the directory, such as
corp.example.com . |
CreateMicrosoftADRequest |
withPassword(String password)
The password for the default administrative user named
Admin
. |
CreateMicrosoftADRequest |
withShortName(String shortName)
The NetBIOS name for your domain.
|
CreateMicrosoftADRequest |
withVpcSettings(DirectoryVpcSettings vpcSettings) |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The fully qualified domain name for the directory, such as
corp.example.com
. This name will resolve inside your VPC
only. It does not need to be publicly resolvable.
name
- The fully qualified domain name for the directory, such as
corp.example.com
. This name will resolve inside your
VPC only. It does not need to be publicly resolvable.public String getName()
The fully qualified domain name for the directory, such as
corp.example.com
. This name will resolve inside your VPC
only. It does not need to be publicly resolvable.
corp.example.com
. This name will resolve inside your
VPC only. It does not need to be publicly resolvable.public CreateMicrosoftADRequest withName(String name)
The fully qualified domain name for the directory, such as
corp.example.com
. This name will resolve inside your VPC
only. It does not need to be publicly resolvable.
name
- The fully qualified domain name for the directory, such as
corp.example.com
. This name will resolve inside your
VPC only. It does not need to be publicly resolvable.public void setShortName(String shortName)
The NetBIOS name for your domain. A short identifier for your domain,
such as CORP
. If you don't specify a NetBIOS name, it will
default to the first part of your directory DNS. For example,
CORP
for the directory DNS corp.example.com
.
shortName
- The NetBIOS name for your domain. A short identifier for your
domain, such as CORP
. If you don't specify a NetBIOS
name, it will default to the first part of your directory DNS. For
example, CORP
for the directory DNS
corp.example.com
.public String getShortName()
The NetBIOS name for your domain. A short identifier for your domain,
such as CORP
. If you don't specify a NetBIOS name, it will
default to the first part of your directory DNS. For example,
CORP
for the directory DNS corp.example.com
.
CORP
. If you don't specify a NetBIOS
name, it will default to the first part of your directory DNS.
For example, CORP
for the directory DNS
corp.example.com
.public CreateMicrosoftADRequest withShortName(String shortName)
The NetBIOS name for your domain. A short identifier for your domain,
such as CORP
. If you don't specify a NetBIOS name, it will
default to the first part of your directory DNS. For example,
CORP
for the directory DNS corp.example.com
.
shortName
- The NetBIOS name for your domain. A short identifier for your
domain, such as CORP
. If you don't specify a NetBIOS
name, it will default to the first part of your directory DNS. For
example, CORP
for the directory DNS
corp.example.com
.public void setPassword(String password)
The password for the default administrative user named Admin
.
password
- The password for the default administrative user named
Admin
.public String getPassword()
The password for the default administrative user named Admin
.
Admin
.public CreateMicrosoftADRequest withPassword(String password)
The password for the default administrative user named Admin
.
password
- The password for the default administrative user named
Admin
.public void setDescription(String description)
A textual description for the directory. This label will appear on the
AWS console Directory Details
page after the directory is
created.
description
- A textual description for the directory. This label will appear on
the AWS console Directory Details
page after the
directory is created.public String getDescription()
A textual description for the directory. This label will appear on the
AWS console Directory Details
page after the directory is
created.
Directory Details
page after the
directory is created.public CreateMicrosoftADRequest withDescription(String description)
A textual description for the directory. This label will appear on the
AWS console Directory Details
page after the directory is
created.
description
- A textual description for the directory. This label will appear on
the AWS console Directory Details
page after the
directory is created.public void setVpcSettings(DirectoryVpcSettings vpcSettings)
vpcSettings
- public DirectoryVpcSettings getVpcSettings()
public CreateMicrosoftADRequest withVpcSettings(DirectoryVpcSettings vpcSettings)
vpcSettings
- public String toString()
toString
in class Object
Object.toString()
public CreateMicrosoftADRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.