@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDirectoryConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDirectoryConfigRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDirectoryConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
CertificateBasedAuthProperties |
getCertificateBasedAuthProperties()
The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user
identities to Active Directory domain-joined streaming instances.
|
String |
getDirectoryName()
The name of the Directory Config object.
|
List<String> |
getOrganizationalUnitDistinguishedNames()
The distinguished names of the organizational units for computer accounts.
|
ServiceAccountCredentials |
getServiceAccountCredentials()
The credentials for the service account used by the fleet or image builder to connect to the directory.
|
int |
hashCode() |
void |
setCertificateBasedAuthProperties(CertificateBasedAuthProperties certificateBasedAuthProperties)
The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user
identities to Active Directory domain-joined streaming instances.
|
void |
setDirectoryName(String directoryName)
The name of the Directory Config object.
|
void |
setOrganizationalUnitDistinguishedNames(Collection<String> organizationalUnitDistinguishedNames)
The distinguished names of the organizational units for computer accounts.
|
void |
setServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The credentials for the service account used by the fleet or image builder to connect to the directory.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDirectoryConfigRequest |
withCertificateBasedAuthProperties(CertificateBasedAuthProperties certificateBasedAuthProperties)
The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user
identities to Active Directory domain-joined streaming instances.
|
UpdateDirectoryConfigRequest |
withDirectoryName(String directoryName)
The name of the Directory Config object.
|
UpdateDirectoryConfigRequest |
withOrganizationalUnitDistinguishedNames(Collection<String> organizationalUnitDistinguishedNames)
The distinguished names of the organizational units for computer accounts.
|
UpdateDirectoryConfigRequest |
withOrganizationalUnitDistinguishedNames(String... organizationalUnitDistinguishedNames)
The distinguished names of the organizational units for computer accounts.
|
UpdateDirectoryConfigRequest |
withServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The credentials for the service account used by the fleet or image builder to connect to the directory.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDirectoryName(String directoryName)
The name of the Directory Config object.
directoryName
- The name of the Directory Config object.public String getDirectoryName()
The name of the Directory Config object.
public UpdateDirectoryConfigRequest withDirectoryName(String directoryName)
The name of the Directory Config object.
directoryName
- The name of the Directory Config object.public List<String> getOrganizationalUnitDistinguishedNames()
The distinguished names of the organizational units for computer accounts.
public void setOrganizationalUnitDistinguishedNames(Collection<String> organizationalUnitDistinguishedNames)
The distinguished names of the organizational units for computer accounts.
organizationalUnitDistinguishedNames
- The distinguished names of the organizational units for computer accounts.public UpdateDirectoryConfigRequest withOrganizationalUnitDistinguishedNames(String... organizationalUnitDistinguishedNames)
The distinguished names of the organizational units for computer accounts.
NOTE: This method appends the values to the existing list (if any). Use
setOrganizationalUnitDistinguishedNames(java.util.Collection)
or
withOrganizationalUnitDistinguishedNames(java.util.Collection)
if you want to override the existing
values.
organizationalUnitDistinguishedNames
- The distinguished names of the organizational units for computer accounts.public UpdateDirectoryConfigRequest withOrganizationalUnitDistinguishedNames(Collection<String> organizationalUnitDistinguishedNames)
The distinguished names of the organizational units for computer accounts.
organizationalUnitDistinguishedNames
- The distinguished names of the organizational units for computer accounts.public void setServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The credentials for the service account used by the fleet or image builder to connect to the directory.
serviceAccountCredentials
- The credentials for the service account used by the fleet or image builder to connect to the directory.public ServiceAccountCredentials getServiceAccountCredentials()
The credentials for the service account used by the fleet or image builder to connect to the directory.
public UpdateDirectoryConfigRequest withServiceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)
The credentials for the service account used by the fleet or image builder to connect to the directory.
serviceAccountCredentials
- The credentials for the service account used by the fleet or image builder to connect to the directory.public void setCertificateBasedAuthProperties(CertificateBasedAuthProperties certificateBasedAuthProperties)
The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.
certificateBasedAuthProperties
- The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user
identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when
certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain
password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen.
Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow
users to log in using their AD domain password. Users will be disconnected to re-authenticate using
certificates.public CertificateBasedAuthProperties getCertificateBasedAuthProperties()
The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.
public UpdateDirectoryConfigRequest withCertificateBasedAuthProperties(CertificateBasedAuthProperties certificateBasedAuthProperties)
The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.
certificateBasedAuthProperties
- The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user
identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when
certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain
password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen.
Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow
users to log in using their AD domain password. Users will be disconnected to re-authenticate using
certificates.public String toString()
toString
in class Object
Object.toString()
public UpdateDirectoryConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()