DomainController.Builder |
DomainController.Builder.availabilityZone(String availabilityZone) |
The Availability Zone where the domain controller is located.
|
static DomainController.Builder |
DomainController.builder() |
|
DomainController.Builder |
DomainController.Builder.directoryId(String directoryId) |
Identifier of the directory where the domain controller resides.
|
DomainController.Builder |
DomainController.Builder.dnsIpAddr(String dnsIpAddr) |
The IP address of the domain controller.
|
DomainController.Builder |
DomainController.Builder.domainControllerId(String domainControllerId) |
Identifies a specific domain controller in the directory.
|
DomainController.Builder |
DomainController.Builder.launchTime(Instant launchTime) |
Specifies when the domain controller was created.
|
DomainController.Builder |
DomainController.Builder.status(String status) |
The status of the domain controller.
|
DomainController.Builder |
DomainController.Builder.status(DomainControllerStatus status) |
The status of the domain controller.
|
DomainController.Builder |
DomainController.Builder.statusLastUpdatedDateTime(Instant statusLastUpdatedDateTime) |
The date and time that the status was last updated.
|
DomainController.Builder |
DomainController.Builder.statusReason(String statusReason) |
A description of the domain controller state.
|
DomainController.Builder |
DomainController.Builder.subnetId(String subnetId) |
Identifier of the subnet in the VPC that contains the domain controller.
|
DomainController.Builder |
DomainController.toBuilder() |
|
DomainController.Builder |
DomainController.Builder.vpcId(String vpcId) |
The identifier of the VPC that contains the domain controller.
|