public static interface AwsRdsDbDomainMembership.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbDomainMembership.Builder,AwsRdsDbDomainMembership>
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbDomainMembership.Builder |
domain(String domain)
The identifier of the Active Directory domain.
|
AwsRdsDbDomainMembership.Builder |
fqdn(String fqdn)
The fully qualified domain name of the Active Directory domain.
|
AwsRdsDbDomainMembership.Builder |
iamRoleName(String iamRoleName)
The name of the IAM role to use when making API calls to the Directory Service.
|
AwsRdsDbDomainMembership.Builder |
status(String status)
The status of the Active Directory Domain membership for the DB instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRdsDbDomainMembership.Builder domain(String domain)
The identifier of the Active Directory domain.
domain - The identifier of the Active Directory domain.AwsRdsDbDomainMembership.Builder status(String status)
The status of the Active Directory Domain membership for the DB instance.
status - The status of the Active Directory Domain membership for the DB instance.AwsRdsDbDomainMembership.Builder fqdn(String fqdn)
The fully qualified domain name of the Active Directory domain.
fqdn - The fully qualified domain name of the Active Directory domain.AwsRdsDbDomainMembership.Builder iamRoleName(String iamRoleName)
The name of the IAM role to use when making API calls to the Directory Service.
iamRoleName - The name of the IAM role to use when making API calls to the Directory Service.Copyright © 2023. All rights reserved.