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 that contains the credentials for the user performing the domain join.
|
DomainMembership.Builder |
dnsIps(Collection<String> dnsIps)
The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
|
DomainMembership.Builder |
dnsIps(String... dnsIps)
The IPv4 DNS IP addresses of your 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 to be used when making API calls to the Directory Service.
|
DomainMembership.Builder |
ou(String ou)
The Active Directory organizational unit for your DB instance to join.
|
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 to be used when making API calls to the Directory Service.
iamRoleName - The name of the IAM role to be used when making API calls to the Directory Service.DomainMembership.Builder ou(String ou)
The Active Directory organizational unit for your DB instance to join.
ou - The Active Directory organizational unit for your DB instance to join.DomainMembership.Builder authSecretArn(String authSecretArn)
The ARN for the Secrets Manager secret that contains the credentials for the user performing the domain join.
authSecretArn - The ARN for the Secrets Manager secret that contains the credentials for the user performing the
domain join.DomainMembership.Builder dnsIps(Collection<String> dnsIps)
The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
dnsIps - The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.DomainMembership.Builder dnsIps(String... dnsIps)
The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
dnsIps - The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.Copyright © 2023. All rights reserved.