public static interface CreateMicrosoftAdRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<CreateMicrosoftAdRequest.Builder,CreateMicrosoftAdRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateMicrosoftAdRequest.Builder |
description(String description)
A description for the directory.
|
CreateMicrosoftAdRequest.Builder |
edition(DirectoryEdition edition)
Managed Microsoft AD is available in two editions:
Standard and Enterprise. |
CreateMicrosoftAdRequest.Builder |
edition(String edition)
Managed Microsoft AD is available in two editions:
Standard and Enterprise. |
CreateMicrosoftAdRequest.Builder |
name(String name)
The fully qualified domain name for the Managed Microsoft AD directory, such as
corp.example.com
. |
CreateMicrosoftAdRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMicrosoftAdRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateMicrosoftAdRequest.Builder |
password(String password)
The password for the default administrative user named
Admin. |
CreateMicrosoftAdRequest.Builder |
shortName(String shortName)
The NetBIOS name for your domain, such as
CORP. |
CreateMicrosoftAdRequest.Builder |
tags(Collection<Tag> tags)
The tags to be assigned to the Managed Microsoft AD directory.
|
CreateMicrosoftAdRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to be assigned to the Managed Microsoft AD directory.
|
CreateMicrosoftAdRequest.Builder |
tags(Tag... tags)
The tags to be assigned to the Managed Microsoft AD directory.
|
default CreateMicrosoftAdRequest.Builder |
vpcSettings(Consumer<DirectoryVpcSettings.Builder> vpcSettings)
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
|
CreateMicrosoftAdRequest.Builder |
vpcSettings(DirectoryVpcSettings vpcSettings)
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMicrosoftAdRequest.Builder name(String name)
The fully qualified domain name for the Managed Microsoft AD 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 Managed Microsoft AD directory, such as
corp.example.com. This name will resolve inside your VPC only. It does not need to be
publicly resolvable.CreateMicrosoftAdRequest.Builder shortName(String shortName)
The NetBIOS name 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, 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.CreateMicrosoftAdRequest.Builder password(String password)
The password for the default administrative user named Admin.
If you need to change the password for the administrator account, you can use the ResetUserPassword API call.
password - The password for the default administrative user named Admin.
If you need to change the password for the administrator account, you can use the ResetUserPassword API call.
CreateMicrosoftAdRequest.Builder description(String description)
A description for the directory. This label will appear on the Amazon Web Services console
Directory Details page after the directory is created.
description - A description for the directory. This label will appear on the Amazon Web Services console
Directory Details page after the directory is created.CreateMicrosoftAdRequest.Builder vpcSettings(DirectoryVpcSettings vpcSettings)
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
vpcSettings - Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.default CreateMicrosoftAdRequest.Builder vpcSettings(Consumer<DirectoryVpcSettings.Builder> vpcSettings)
Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.
This is a convenience method that creates an instance of theDirectoryVpcSettings.Builder avoiding
the need to create one manually via DirectoryVpcSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to vpcSettings(DirectoryVpcSettings).
vpcSettings - a consumer that will call methods on DirectoryVpcSettings.BuildervpcSettings(DirectoryVpcSettings)CreateMicrosoftAdRequest.Builder edition(String edition)
Managed Microsoft AD is available in two editions: Standard and Enterprise.
Enterprise is the default.
edition - Managed Microsoft AD is available in two editions: Standard and Enterprise.
Enterprise is the default.DirectoryEdition,
DirectoryEditionCreateMicrosoftAdRequest.Builder edition(DirectoryEdition edition)
Managed Microsoft AD is available in two editions: Standard and Enterprise.
Enterprise is the default.
edition - Managed Microsoft AD is available in two editions: Standard and Enterprise.
Enterprise is the default.DirectoryEdition,
DirectoryEditionCreateMicrosoftAdRequest.Builder tags(Collection<Tag> tags)
The tags to be assigned to the Managed Microsoft AD directory.
tags - The tags to be assigned to the Managed Microsoft AD directory.CreateMicrosoftAdRequest.Builder tags(Tag... tags)
The tags to be assigned to the Managed Microsoft AD directory.
tags - The tags to be assigned to the Managed Microsoft AD directory.CreateMicrosoftAdRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to be assigned to the Managed Microsoft AD directory.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateMicrosoftAdRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMicrosoftAdRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.