public static interface GetDirectoryLimitsResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<GetDirectoryLimitsResponse.Builder,GetDirectoryLimitsResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDirectoryLimitsResponse.Builder |
directoryLimits(Consumer<DirectoryLimits.Builder> directoryLimits)
A DirectoryLimits object that contains the directory limits for the current Region.
|
GetDirectoryLimitsResponse.Builder |
directoryLimits(DirectoryLimits directoryLimits)
A DirectoryLimits object that contains the directory limits for the current Region.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDirectoryLimitsResponse.Builder directoryLimits(DirectoryLimits directoryLimits)
A DirectoryLimits object that contains the directory limits for the current Region.
directoryLimits - A DirectoryLimits object that contains the directory limits for the current Region.default GetDirectoryLimitsResponse.Builder directoryLimits(Consumer<DirectoryLimits.Builder> directoryLimits)
A DirectoryLimits object that contains the directory limits for the current Region.
This is a convenience method that creates an instance of theDirectoryLimits.Builder avoiding the
need to create one manually via DirectoryLimits.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to directoryLimits(DirectoryLimits).
directoryLimits - a consumer that will call methods on DirectoryLimits.BuilderdirectoryLimits(DirectoryLimits)Copyright © 2022. All rights reserved.