Interface UpdateDirectoryConfigResponse.Builder
- All Superinterfaces:
 AppStreamResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDirectoryConfigResponse.Builder,,UpdateDirectoryConfigResponse> SdkBuilder<UpdateDirectoryConfigResponse.Builder,,UpdateDirectoryConfigResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateDirectoryConfigResponse
public static interface UpdateDirectoryConfigResponse.Builder
extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<UpdateDirectoryConfigResponse.Builder,UpdateDirectoryConfigResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondirectoryConfig(Consumer<DirectoryConfig.Builder> directoryConfig) Information about the Directory Config object.directoryConfig(DirectoryConfig directoryConfig) Information about the Directory Config object.Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
directoryConfig
Information about the Directory Config object.
- Parameters:
 directoryConfig- Information about the Directory Config object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
directoryConfig
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.Builderavoiding the need to create one manually viaDirectoryConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todirectoryConfig(DirectoryConfig).- Parameters:
 directoryConfig- a consumer that will call methods onDirectoryConfig.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -