public static interface UpdateDirectoryConfigResponse.Builder extends AppStreamResponse.Builder, CopyableBuilder<UpdateDirectoryConfigResponse.Builder,UpdateDirectoryConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateDirectoryConfigResponse.Builder |
directoryConfig(Consumer<DirectoryConfig.Builder> directoryConfig)
Information about the directory configuration.
|
UpdateDirectoryConfigResponse.Builder |
directoryConfig(DirectoryConfig directoryConfig)
Information about the directory configuration.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateDirectoryConfigResponse.Builder directoryConfig(DirectoryConfig directoryConfig)
Information about the directory configuration.
directoryConfig - Information about the directory configuration.default UpdateDirectoryConfigResponse.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.