public static interface KerberosAttributes.Builder extends SdkPojo, CopyableBuilder<KerberosAttributes.Builder,KerberosAttributes>
Modifier and Type | Method and Description |
---|---|
KerberosAttributes.Builder |
adDomainJoinPassword(String adDomainJoinPassword)
The Active Directory password for
ADDomainJoinUser . |
KerberosAttributes.Builder |
adDomainJoinUser(String adDomainJoinUser)
Required only when establishing a cross-realm trust with an Active Directory domain.
|
KerberosAttributes.Builder |
crossRealmTrustPrincipalPassword(String crossRealmTrustPrincipalPassword)
Required only when establishing a cross-realm trust with a KDC in a different realm.
|
KerberosAttributes.Builder |
kdcAdminPassword(String kdcAdminPassword)
The password used within the cluster for the kadmin service on the cluster-dedicated KDC, which maintains
Kerberos principals, password policies, and keytabs for the cluster.
|
KerberosAttributes.Builder |
realm(String realm)
The name of the Kerberos realm to which all nodes in a cluster belong.
|
copy
applyMutation, build
KerberosAttributes.Builder realm(String realm)
The name of the Kerberos realm to which all nodes in a cluster belong. For example, EC2.INTERNAL
.
realm
- The name of the Kerberos realm to which all nodes in a cluster belong. For example,
EC2.INTERNAL
.KerberosAttributes.Builder kdcAdminPassword(String kdcAdminPassword)
The password used within the cluster for the kadmin service on the cluster-dedicated KDC, which maintains Kerberos principals, password policies, and keytabs for the cluster.
kdcAdminPassword
- The password used within the cluster for the kadmin service on the cluster-dedicated KDC, which
maintains Kerberos principals, password policies, and keytabs for the cluster.KerberosAttributes.Builder crossRealmTrustPrincipalPassword(String crossRealmTrustPrincipalPassword)
Required only when establishing a cross-realm trust with a KDC in a different realm. The cross-realm principal password, which must be identical across realms.
crossRealmTrustPrincipalPassword
- Required only when establishing a cross-realm trust with a KDC in a different realm. The cross-realm
principal password, which must be identical across realms.KerberosAttributes.Builder adDomainJoinUser(String adDomainJoinUser)
Required only when establishing a cross-realm trust with an Active Directory domain. A user with sufficient privileges to join resources to the domain.
adDomainJoinUser
- Required only when establishing a cross-realm trust with an Active Directory domain. A user with
sufficient privileges to join resources to the domain.KerberosAttributes.Builder adDomainJoinPassword(String adDomainJoinPassword)
The Active Directory password for ADDomainJoinUser
.
adDomainJoinPassword
- The Active Directory password for ADDomainJoinUser
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.