Class CreateMicrosoftADRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
A textual description for the directory.getName()
The fully qualified domain name for the directory, such ascorp.example.com
.The password for the default administrative user namedAdmin
.The NetBIOS name for your domain.int
hashCode()
void
setDescription
(String description) A textual description for the directory.void
The fully qualified domain name for the directory, such ascorp.example.com
.void
setPassword
(String password) The password for the default administrative user namedAdmin
.void
setShortName
(String shortName) The NetBIOS name for your domain.void
setVpcSettings
(DirectoryVpcSettings vpcSettings) toString()
Returns a string representation of this object; useful for testing and debugging.withDescription
(String description) A textual description for the directory.The fully qualified domain name for the directory, such ascorp.example.com
.withPassword
(String password) The password for the default administrative user namedAdmin
.withShortName
(String shortName) The NetBIOS name for your domain.withVpcSettings
(DirectoryVpcSettings vpcSettings) Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
CreateMicrosoftADRequest
public CreateMicrosoftADRequest()
-
-
Method Details
-
setName
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.- Parameters:
name
- The fully qualified domain name for the directory, such ascorp.example.com
. This name will resolve inside your VPC only. It does not need to be publicly resolvable.
-
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.- Returns:
- 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.
-
withName
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.- Parameters:
name
- The fully qualified domain name for the directory, such ascorp.example.com
. This name will resolve inside your VPC only. It does not need to be publicly resolvable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setShortName
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 DNScorp.example.com
.- Parameters:
shortName
- The NetBIOS name for your domain. A short identifier for your domain, such asCORP
. 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 DNScorp.example.com
.
-
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 DNScorp.example.com
.- Returns:
- 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 DNScorp.example.com
.
-
withShortName
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 DNScorp.example.com
.- Parameters:
shortName
- The NetBIOS name for your domain. A short identifier for your domain, such asCORP
. 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 DNScorp.example.com
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPassword
The password for the default administrative user named
Admin
.- Parameters:
password
- The password for the default administrative user namedAdmin
.
-
getPassword
The password for the default administrative user named
Admin
.- Returns:
- The password for the default administrative user named
Admin
.
-
withPassword
The password for the default administrative user named
Admin
.- Parameters:
password
- The password for the default administrative user namedAdmin
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
A textual description for the directory. This label will appear on the AWS console
Directory Details
page after the directory is created.- Parameters:
description
- A textual description for the directory. This label will appear on the AWS consoleDirectory Details
page after the directory is created.
-
getDescription
A textual description for the directory. This label will appear on the AWS console
Directory Details
page after the directory is created.- Returns:
- A textual description for the directory. This label will appear
on the AWS console
Directory Details
page after the directory is created.
-
withDescription
A textual description for the directory. This label will appear on the AWS console
Directory Details
page after the directory is created.- Parameters:
description
- A textual description for the directory. This label will appear on the AWS consoleDirectory Details
page after the directory is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVpcSettings
- Parameters:
vpcSettings
-
-
getVpcSettings
- Returns:
-
withVpcSettings
- Parameters:
vpcSettings
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-