public static interface CreateDirectoryConfigResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<CreateDirectoryConfigResponse.Builder,CreateDirectoryConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateDirectoryConfigResponse.Builder |
directoryConfig(Consumer<DirectoryConfig.Builder> directoryConfig)
Information about the directory configuration.
|
CreateDirectoryConfigResponse.Builder |
directoryConfig(DirectoryConfig directoryConfig)
Information about the directory configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDirectoryConfigResponse.Builder directoryConfig(DirectoryConfig directoryConfig)
Information about the directory configuration.
directoryConfig - Information about the directory configuration.default CreateDirectoryConfigResponse.Builder directoryConfig(Consumer<DirectoryConfig.Builder> directoryConfig)
Information about the directory configuration.
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.