public static interface CreateDirectoryConfigResponse.Builder extends AppStreamResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.