public static interface DescribeUserResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeUserResponse.Builder,DescribeUserResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeUserResponse.Builder |
user(Consumer<User.Builder> user)
A
User object that contains information about the user account and configuration settings. |
DescribeUserResponse.Builder |
user(User user)
A
User object that contains information about the user account and configuration settings. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeUserResponse.Builder user(User user)
A User object that contains information about the user account and configuration settings.
user - A User object that contains information about the user account and configuration
settings.default DescribeUserResponse.Builder user(Consumer<User.Builder> user)
A User object that contains information about the user account and configuration settings.
User.Builder avoiding the need to create one
manually via User.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to user(User).user - a consumer that will call methods on User.Builderuser(User)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.