public static interface OwnerDirectoryDescription.Builder extends SdkPojo, CopyableBuilder<OwnerDirectoryDescription.Builder,OwnerDirectoryDescription>
Modifier and Type | Method and Description |
---|---|
OwnerDirectoryDescription.Builder |
accountId(String accountId)
Identifier of the directory owner account.
|
OwnerDirectoryDescription.Builder |
directoryId(String directoryId)
Identifier of the AWS Managed Microsoft AD directory in the directory owner account.
|
OwnerDirectoryDescription.Builder |
dnsIpAddrs(Collection<String> dnsIpAddrs)
IP address of the directory’s domain controllers.
|
OwnerDirectoryDescription.Builder |
dnsIpAddrs(String... dnsIpAddrs)
IP address of the directory’s domain controllers.
|
default OwnerDirectoryDescription.Builder |
radiusSettings(Consumer<RadiusSettings.Builder> radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
|
OwnerDirectoryDescription.Builder |
radiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
|
OwnerDirectoryDescription.Builder |
radiusStatus(RadiusStatus radiusStatus)
Information about the status of the RADIUS server.
|
OwnerDirectoryDescription.Builder |
radiusStatus(String radiusStatus)
Information about the status of the RADIUS server.
|
default OwnerDirectoryDescription.Builder |
vpcSettings(Consumer<DirectoryVpcSettingsDescription.Builder> vpcSettings)
Information about the VPC settings for the directory.
|
OwnerDirectoryDescription.Builder |
vpcSettings(DirectoryVpcSettingsDescription vpcSettings)
Information about the VPC settings for the directory.
|
copy
applyMutation, build
OwnerDirectoryDescription.Builder directoryId(String directoryId)
Identifier of the AWS Managed Microsoft AD directory in the directory owner account.
directoryId
- Identifier of the AWS Managed Microsoft AD directory in the directory owner account.OwnerDirectoryDescription.Builder accountId(String accountId)
Identifier of the directory owner account.
accountId
- Identifier of the directory owner account.OwnerDirectoryDescription.Builder dnsIpAddrs(Collection<String> dnsIpAddrs)
IP address of the directory’s domain controllers.
dnsIpAddrs
- IP address of the directory’s domain controllers.OwnerDirectoryDescription.Builder dnsIpAddrs(String... dnsIpAddrs)
IP address of the directory’s domain controllers.
dnsIpAddrs
- IP address of the directory’s domain controllers.OwnerDirectoryDescription.Builder vpcSettings(DirectoryVpcSettingsDescription vpcSettings)
Information about the VPC settings for the directory.
vpcSettings
- Information about the VPC settings for the directory.default OwnerDirectoryDescription.Builder vpcSettings(Consumer<DirectoryVpcSettingsDescription.Builder> vpcSettings)
Information about the VPC settings for the directory.
This is a convenience that creates an instance of theDirectoryVpcSettingsDescription.Builder
avoiding the need to create one manually via DirectoryVpcSettingsDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to vpcSettings(DirectoryVpcSettingsDescription)
.vpcSettings
- a consumer that will call methods on DirectoryVpcSettingsDescription.Builder
vpcSettings(DirectoryVpcSettingsDescription)
OwnerDirectoryDescription.Builder radiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
radiusSettings
- A RadiusSettings object that contains information about the RADIUS server.default OwnerDirectoryDescription.Builder radiusSettings(Consumer<RadiusSettings.Builder> radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
This is a convenience that creates an instance of theRadiusSettings.Builder
avoiding the need to
create one manually via RadiusSettings.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to radiusSettings(RadiusSettings)
.radiusSettings
- a consumer that will call methods on RadiusSettings.Builder
radiusSettings(RadiusSettings)
OwnerDirectoryDescription.Builder radiusStatus(String radiusStatus)
Information about the status of the RADIUS server.
radiusStatus
- Information about the status of the RADIUS server.RadiusStatus
,
RadiusStatus
OwnerDirectoryDescription.Builder radiusStatus(RadiusStatus radiusStatus)
Information about the status of the RADIUS server.
radiusStatus
- Information about the status of the RADIUS server.RadiusStatus
,
RadiusStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.