@Stability(value=Stable) public static final class CfnCluster.KerberosAttributesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.KerberosAttributesProperty>
CfnCluster.KerberosAttributesProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.KerberosAttributesProperty.Builder |
adDomainJoinPassword(String adDomainJoinPassword)
Sets the value of
CfnCluster.KerberosAttributesProperty.getAdDomainJoinPassword() |
CfnCluster.KerberosAttributesProperty.Builder |
adDomainJoinUser(String adDomainJoinUser)
Sets the value of
CfnCluster.KerberosAttributesProperty.getAdDomainJoinUser() |
CfnCluster.KerberosAttributesProperty |
build()
Builds the configured instance.
|
CfnCluster.KerberosAttributesProperty.Builder |
crossRealmTrustPrincipalPassword(String crossRealmTrustPrincipalPassword)
|
CfnCluster.KerberosAttributesProperty.Builder |
kdcAdminPassword(String kdcAdminPassword)
Sets the value of
CfnCluster.KerberosAttributesProperty.getKdcAdminPassword() |
CfnCluster.KerberosAttributesProperty.Builder |
realm(String realm)
Sets the value of
CfnCluster.KerberosAttributesProperty.getRealm() |
@Stability(value=Stable) public CfnCluster.KerberosAttributesProperty.Builder kdcAdminPassword(String kdcAdminPassword)
CfnCluster.KerberosAttributesProperty.getKdcAdminPassword()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. This parameter is required.this@Stability(value=Stable) public CfnCluster.KerberosAttributesProperty.Builder realm(String realm)
CfnCluster.KerberosAttributesProperty.getRealm()realm - The name of the Kerberos realm to which all nodes in a cluster belong. This parameter is required.
For example, EC2.INTERNAL .this@Stability(value=Stable) public CfnCluster.KerberosAttributesProperty.Builder adDomainJoinPassword(String adDomainJoinPassword)
CfnCluster.KerberosAttributesProperty.getAdDomainJoinPassword()adDomainJoinPassword - The Active Directory password for `ADDomainJoinUser` .this@Stability(value=Stable) public CfnCluster.KerberosAttributesProperty.Builder adDomainJoinUser(String adDomainJoinUser)
CfnCluster.KerberosAttributesProperty.getAdDomainJoinUser()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.this@Stability(value=Stable) public CfnCluster.KerberosAttributesProperty.Builder crossRealmTrustPrincipalPassword(String crossRealmTrustPrincipalPassword)
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.this@Stability(value=Stable) public CfnCluster.KerberosAttributesProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.KerberosAttributesProperty>CfnCluster.KerberosAttributesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.