CopyableBuilder<DirectoryLimits.Builder,DirectoryLimits>
, SdkBuilder<DirectoryLimits.Builder,DirectoryLimits>
public static interface DirectoryLimits.Builder extends CopyableBuilder<DirectoryLimits.Builder,DirectoryLimits>
Modifier and Type | Method | Description |
---|---|---|
DirectoryLimits.Builder |
cloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount) |
The current number of cloud directories in the region.
|
DirectoryLimits.Builder |
cloudOnlyDirectoriesLimit(Integer cloudOnlyDirectoriesLimit) |
The maximum number of cloud directories allowed in the region.
|
DirectoryLimits.Builder |
cloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached) |
Indicates if the cloud directory limit has been reached.
|
DirectoryLimits.Builder |
cloudOnlyMicrosoftADCurrentCount(Integer cloudOnlyMicrosoftADCurrentCount) |
The current number of Microsoft AD directories in the region.
|
DirectoryLimits.Builder |
cloudOnlyMicrosoftADLimit(Integer cloudOnlyMicrosoftADLimit) |
The maximum number of Microsoft AD directories allowed in the region.
|
DirectoryLimits.Builder |
cloudOnlyMicrosoftADLimitReached(Boolean cloudOnlyMicrosoftADLimitReached) |
Indicates if the Microsoft AD directory limit has been reached.
|
DirectoryLimits.Builder |
connectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount) |
The current number of connected directories in the region.
|
DirectoryLimits.Builder |
connectedDirectoriesLimit(Integer connectedDirectoriesLimit) |
The maximum number of connected directories allowed in the region.
|
DirectoryLimits.Builder |
connectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached) |
Indicates if the connected directory limit has been reached.
|
copy
apply, build
DirectoryLimits.Builder cloudOnlyDirectoriesLimit(Integer cloudOnlyDirectoriesLimit)
The maximum number of cloud directories allowed in the region.
cloudOnlyDirectoriesLimit
- The maximum number of cloud directories allowed in the region.DirectoryLimits.Builder cloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount)
The current number of cloud directories in the region.
cloudOnlyDirectoriesCurrentCount
- The current number of cloud directories in the region.DirectoryLimits.Builder cloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached)
Indicates if the cloud directory limit has been reached.
cloudOnlyDirectoriesLimitReached
- Indicates if the cloud directory limit has been reached.DirectoryLimits.Builder cloudOnlyMicrosoftADLimit(Integer cloudOnlyMicrosoftADLimit)
The maximum number of Microsoft AD directories allowed in the region.
cloudOnlyMicrosoftADLimit
- The maximum number of Microsoft AD directories allowed in the region.DirectoryLimits.Builder cloudOnlyMicrosoftADCurrentCount(Integer cloudOnlyMicrosoftADCurrentCount)
The current number of Microsoft AD directories in the region.
cloudOnlyMicrosoftADCurrentCount
- The current number of Microsoft AD directories in the region.DirectoryLimits.Builder cloudOnlyMicrosoftADLimitReached(Boolean cloudOnlyMicrosoftADLimitReached)
Indicates if the Microsoft AD directory limit has been reached.
cloudOnlyMicrosoftADLimitReached
- Indicates if the Microsoft AD directory limit has been reached.DirectoryLimits.Builder connectedDirectoriesLimit(Integer connectedDirectoriesLimit)
The maximum number of connected directories allowed in the region.
connectedDirectoriesLimit
- The maximum number of connected directories allowed in the region.DirectoryLimits.Builder connectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount)
The current number of connected directories in the region.
connectedDirectoriesCurrentCount
- The current number of connected directories in the region.DirectoryLimits.Builder connectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached)
Indicates if the connected directory limit has been reached.
connectedDirectoriesLimitReached
- Indicates if the connected directory limit has been reached.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.