public static interface DomainMembership.Builder extends SdkPojo, CopyableBuilder<DomainMembership.Builder,DomainMembership>
| Modifier and Type | Method and Description |
|---|---|
DomainMembership.Builder |
authSecretArn(String authSecretArn)
The ARN for the Secrets Manager secret with the credentials for the user that's a member of the domain.
|
DomainMembership.Builder |
dnsIps(Collection<String> dnsIps)
The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.
|
DomainMembership.Builder |
dnsIps(String... dnsIps)
The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.
|
DomainMembership.Builder |
domain(String domain)
The identifier of the Active Directory Domain.
|
DomainMembership.Builder |
fqdn(String fqdn)
The fully qualified domain name (FQDN) of the Active Directory Domain.
|
DomainMembership.Builder |
iamRoleName(String iamRoleName)
The name of the IAM role used when making API calls to the Directory Service.
|
DomainMembership.Builder |
ou(String ou)
The Active Directory organizational unit for the DB instance or cluster.
|
DomainMembership.Builder |
status(String status)
The status of the Active Directory Domain membership for the DB instance or cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainMembership.Builder domain(String domain)
The identifier of the Active Directory Domain.
domain - The identifier of the Active Directory Domain.DomainMembership.Builder status(String status)
The status of the Active Directory Domain membership for the DB instance or cluster. Values include
joined, pending-join, failed, and so on.
status - The status of the Active Directory Domain membership for the DB instance or cluster. Values include
joined, pending-join, failed, and so on.DomainMembership.Builder fqdn(String fqdn)
The fully qualified domain name (FQDN) of the Active Directory Domain.
fqdn - The fully qualified domain name (FQDN) of the Active Directory Domain.DomainMembership.Builder iamRoleName(String iamRoleName)
The name of the IAM role used when making API calls to the Directory Service.
iamRoleName - The name of the IAM role used when making API calls to the Directory Service.DomainMembership.Builder ou(String ou)
The Active Directory organizational unit for the DB instance or cluster.
ou - The Active Directory organizational unit for the DB instance or cluster.DomainMembership.Builder authSecretArn(String authSecretArn)
The ARN for the Secrets Manager secret with the credentials for the user that's a member of the domain.
authSecretArn - The ARN for the Secrets Manager secret with the credentials for the user that's a member of the
domain.DomainMembership.Builder dnsIps(Collection<String> dnsIps)
The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.
dnsIps - The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.DomainMembership.Builder dnsIps(String... dnsIps)
The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.
dnsIps - The IPv4 DNS IP addresses of the primary and secondary Active Directory domain controllers.Copyright © 2023. All rights reserved.