Interface AwsRdsDbDomainMembership.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsRdsDbDomainMembership.Builder,AwsRdsDbDomainMembership>,SdkBuilder<AwsRdsDbDomainMembership.Builder,AwsRdsDbDomainMembership>,SdkPojo
- Enclosing class:
- AwsRdsDbDomainMembership
public static interface AwsRdsDbDomainMembership.Builder extends SdkPojo, CopyableBuilder<AwsRdsDbDomainMembership.Builder,AwsRdsDbDomainMembership>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsRdsDbDomainMembership.Builderdomain(String domain)The identifier of the Active Directory domain.AwsRdsDbDomainMembership.Builderfqdn(String fqdn)The fully qualified domain name of the Active Directory domain.AwsRdsDbDomainMembership.BuilderiamRoleName(String iamRoleName)The name of the IAM role to use when making API calls to the Directory Service.AwsRdsDbDomainMembership.Builderstatus(String status)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, sdkFields
-
-
-
-
Method Detail
-
domain
AwsRdsDbDomainMembership.Builder domain(String 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
AwsRdsDbDomainMembership.Builder status(String 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
AwsRdsDbDomainMembership.Builder fqdn(String 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
AwsRdsDbDomainMembership.Builder iamRoleName(String 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.
-
-