public static interface UpdateDirectoryConfigResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<UpdateDirectoryConfigResponse.Builder,UpdateDirectoryConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateDirectoryConfigResponse.Builder |
directoryConfig(Consumer<DirectoryConfig.Builder> directoryConfig)
Information about the Directory Config object.
|
UpdateDirectoryConfigResponse.Builder |
directoryConfig(DirectoryConfig directoryConfig)
Information about the Directory Config object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDirectoryConfigResponse.Builder directoryConfig(DirectoryConfig directoryConfig)
Information about the Directory Config object.
directoryConfig - Information about the Directory Config object.default UpdateDirectoryConfigResponse.Builder directoryConfig(Consumer<DirectoryConfig.Builder> directoryConfig)
Information about the Directory Config object.
This is a convenience method that creates an instance of theDirectoryConfig.Builder avoiding the
need to create one manually via DirectoryConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to directoryConfig(DirectoryConfig).
directoryConfig - a consumer that will call methods on DirectoryConfig.BuilderdirectoryConfig(DirectoryConfig)Copyright © 2023. All rights reserved.