@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMicrosoftADRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Creates a Microsoft AD in the AWS cloud.
NOOP
Constructor and Description |
---|
CreateMicrosoftADRequest() |
Modifier and Type | Method and Description |
---|---|
CreateMicrosoftADRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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()
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
|
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)
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
|
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)
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, 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)
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
vpcSettings
- Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.public DirectoryVpcSettings getVpcSettings()
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
public CreateMicrosoftADRequest withVpcSettings(DirectoryVpcSettings vpcSettings)
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
vpcSettings
- Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.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.