Interface AwsRdsDbDomainMembership.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsRdsDbDomainMembership.Builder,
,AwsRdsDbDomainMembership> SdkBuilder<AwsRdsDbDomainMembership.Builder,
,AwsRdsDbDomainMembership> SdkPojo
- Enclosing class:
AwsRdsDbDomainMembership
@Mutable
@NotThreadSafe
public static interface AwsRdsDbDomainMembership.Builder
extends SdkPojo, CopyableBuilder<AwsRdsDbDomainMembership.Builder,AwsRdsDbDomainMembership>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the Active Directory domain.The fully qualified domain name of the Active Directory domain.iamRoleName
(String iamRoleName) The name of the IAM role to use when making API calls to the Directory Service.The status of the Active Directory Domain membership for the DB instance.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domain
The identifier of the Active Directory domain.
- Parameters:
domain
- The identifier of the Active Directory domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the Active Directory Domain membership for the DB instance.
- Parameters:
status
- The status of the Active Directory Domain membership for the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fqdn
The fully qualified domain name of the Active Directory domain.
- Parameters:
fqdn
- The fully qualified domain name of the Active Directory domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoleName
The name of the IAM role to use when making API calls to the Directory Service.
- Parameters:
iamRoleName
- The name of the IAM role to use when making API calls to the Directory Service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-