Interface EnableSsoRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<EnableSsoRequest.Builder,EnableSsoRequest>, DirectoryRequest.Builder, SdkBuilder<EnableSsoRequest.Builder,EnableSsoRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
EnableSsoRequest

public static interface EnableSsoRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<EnableSsoRequest.Builder,EnableSsoRequest>
  • Method Details

    • directoryId

      EnableSsoRequest.Builder directoryId(String directoryId)

      The identifier of the directory for which to enable single-sign on.

      Parameters:
      directoryId - The identifier of the directory for which to enable single-sign on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userName

      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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • password

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      EnableSsoRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.