Interface DirectoryLimits.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DirectoryLimits.Builder,DirectoryLimits>, SdkBuilder<DirectoryLimits.Builder,DirectoryLimits>, SdkPojo
Enclosing class:
DirectoryLimits

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

    • cloudOnlyDirectoriesLimit

      DirectoryLimits.Builder cloudOnlyDirectoriesLimit(Integer cloudOnlyDirectoriesLimit)

      The maximum number of cloud directories allowed in the Region.

      Parameters:
      cloudOnlyDirectoriesLimit - The maximum number of cloud directories allowed in the Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudOnlyDirectoriesCurrentCount

      DirectoryLimits.Builder cloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount)

      The current number of cloud directories in the Region.

      Parameters:
      cloudOnlyDirectoriesCurrentCount - The current number of cloud directories in the Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudOnlyDirectoriesLimitReached

      DirectoryLimits.Builder cloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached)

      Indicates if the cloud directory limit has been reached.

      Parameters:
      cloudOnlyDirectoriesLimitReached - Indicates if the cloud directory limit has been reached.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudOnlyMicrosoftADLimit

      DirectoryLimits.Builder cloudOnlyMicrosoftADLimit(Integer cloudOnlyMicrosoftADLimit)

      The maximum number of Managed Microsoft AD directories allowed in the region.

      Parameters:
      cloudOnlyMicrosoftADLimit - The maximum number of Managed Microsoft AD directories allowed in the region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudOnlyMicrosoftADCurrentCount

      DirectoryLimits.Builder cloudOnlyMicrosoftADCurrentCount(Integer cloudOnlyMicrosoftADCurrentCount)

      The current number of Managed Microsoft AD directories in the region.

      Parameters:
      cloudOnlyMicrosoftADCurrentCount - The current number of Managed Microsoft AD directories in the region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudOnlyMicrosoftADLimitReached

      DirectoryLimits.Builder cloudOnlyMicrosoftADLimitReached(Boolean cloudOnlyMicrosoftADLimitReached)

      Indicates if the Managed Microsoft AD directory limit has been reached.

      Parameters:
      cloudOnlyMicrosoftADLimitReached - Indicates if the Managed Microsoft AD directory limit has been reached.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectedDirectoriesLimit

      DirectoryLimits.Builder connectedDirectoriesLimit(Integer connectedDirectoriesLimit)

      The maximum number of connected directories allowed in the Region.

      Parameters:
      connectedDirectoriesLimit - The maximum number of connected directories allowed in the Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectedDirectoriesCurrentCount

      DirectoryLimits.Builder connectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount)

      The current number of connected directories in the Region.

      Parameters:
      connectedDirectoriesCurrentCount - The current number of connected directories in the Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectedDirectoriesLimitReached

      DirectoryLimits.Builder connectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached)

      Indicates if the connected directory limit has been reached.

      Parameters:
      connectedDirectoriesLimitReached - Indicates if the connected directory limit has been reached.
      Returns:
      Returns a reference to this object so that method calls can be chained together.