public static interface EnableSsoRequest.Builder extends DirectoryRequest.Builder, CopyableBuilder<EnableSsoRequest.Builder,EnableSsoRequest>
Modifier and Type | Method and Description |
---|---|
EnableSsoRequest.Builder |
directoryId(String directoryId)
The identifier of the directory for which to enable single-sign on.
|
EnableSsoRequest.Builder |
password(String password)
The password of an alternate account to use to enable single-sign on.
|
EnableSsoRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
EnableSsoRequest.Builder |
userName(String userName)
The username of an alternate account to use to enable single-sign on.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
EnableSsoRequest.Builder directoryId(String directoryId)
The identifier of the directory for which to enable single-sign on.
directoryId
- The identifier of the directory for which to enable single-sign on.EnableSsoRequest.Builder userName(String userName)
The username of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. This account must have privileges to add a service principal name.
If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to enable single sign-on and are not stored by the service. The AD Connector service account is not changed.
userName
- The username of an alternate account to use to enable single-sign on. This is only used for AD
Connector directories. This account must have privileges to add a service principal name.
If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to enable single sign-on and are not stored by the service. The AD Connector service account is not changed.
EnableSsoRequest.Builder password(String password)
The password of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter.
password
- The password of an alternate account to use to enable single-sign on. This is only used for AD
Connector directories. For more information, see the UserName parameter.EnableSsoRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.