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 rRegion.
|
GetDirectoryLimitsResponse.Builder |
directoryLimits(DirectoryLimits directoryLimits)
A DirectoryLimits object that contains the directory limits for the current rRegion.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDirectoryLimitsResponse.Builder directoryLimits(DirectoryLimits directoryLimits)
A DirectoryLimits object that contains the directory limits for the current rRegion.
directoryLimits - A DirectoryLimits object that contains the directory limits for the current rRegion.default GetDirectoryLimitsResponse.Builder directoryLimits(Consumer<DirectoryLimits.Builder> directoryLimits)
A DirectoryLimits object that contains the directory limits for the current rRegion.
This is a convenience 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 © 2021. All rights reserved.