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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DirectoryLimits.BuildercloudOnlyDirectoriesCurrentCount(Integer cloudOnlyDirectoriesCurrentCount)The current number of cloud directories in the Region.DirectoryLimits.BuildercloudOnlyDirectoriesLimit(Integer cloudOnlyDirectoriesLimit)The maximum number of cloud directories allowed in the Region.DirectoryLimits.BuildercloudOnlyDirectoriesLimitReached(Boolean cloudOnlyDirectoriesLimitReached)Indicates if the cloud directory limit has been reached.DirectoryLimits.BuildercloudOnlyMicrosoftADCurrentCount(Integer cloudOnlyMicrosoftADCurrentCount)The current number of Managed Microsoft AD directories in the region.DirectoryLimits.BuildercloudOnlyMicrosoftADLimit(Integer cloudOnlyMicrosoftADLimit)The maximum number of Managed Microsoft AD directories allowed in the region.DirectoryLimits.BuildercloudOnlyMicrosoftADLimitReached(Boolean cloudOnlyMicrosoftADLimitReached)Indicates if the Managed Microsoft AD directory limit has been reached.DirectoryLimits.BuilderconnectedDirectoriesCurrentCount(Integer connectedDirectoriesCurrentCount)The current number of connected directories in the Region.DirectoryLimits.BuilderconnectedDirectoriesLimit(Integer connectedDirectoriesLimit)The maximum number of connected directories allowed in the Region.DirectoryLimits.BuilderconnectedDirectoriesLimitReached(Boolean connectedDirectoriesLimitReached)Indicates if the connected directory limit has been reached.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-