Interface DisableSsoRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisableSsoRequest.Builder,DisableSsoRequest>,DirectoryRequest.Builder,SdkBuilder<DisableSsoRequest.Builder,DisableSsoRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisableSsoRequest
public static interface DisableSsoRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<DisableSsoRequest.Builder,DisableSsoRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisableSsoRequest.BuilderdirectoryId(String directoryId)The identifier of the directory for which to disable single-sign on.DisableSsoRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisableSsoRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisableSsoRequest.Builderpassword(String password)The password of an alternate account to use to disable single-sign on.DisableSsoRequest.BuilderuserName(String userName)The username of an alternate account to use to disable single-sign on.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.directory.model.DirectoryRequest.Builder
build
-
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
-
directoryId
DisableSsoRequest.Builder directoryId(String directoryId)
The identifier of the directory for which to disable single-sign on.
- Parameters:
directoryId- The identifier of the directory for which to disable single-sign on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userName
DisableSsoRequest.Builder userName(String userName)
The username of an alternate account to use to disable single-sign on. This is only used for AD Connector directories. This account must have privileges to remove a service principal name.
If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.
- Parameters:
userName- The username of an alternate account to use to disable single-sign on. This is only used for AD Connector directories. This account must have privileges to remove a service principal name.If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
password
DisableSsoRequest.Builder password(String password)
The password of an alternate account to use to disable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter.
- Parameters:
password- The password of an alternate account to use to disable single-sign on. This is only used for AD Connector directories. For more information, see the UserName parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisableSsoRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisableSsoRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-