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)
Information about the user account and configuration settings.
|
DescribeUserResponse.Builder |
user(User user)
Information about the user account and configuration settings.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUserResponse.Builder user(User user)
Information about the user account and configuration settings.
user - Information about the user account and configuration settings.default DescribeUserResponse.Builder user(Consumer<User.Builder> user)
Information about the user account and configuration settings.
This is a convenience method that creates an instance of theUser.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 © 2023. All rights reserved.