public static interface DescribeUserResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<DescribeUserResponse.Builder,DescribeUserResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeUserResponse.Builder |
serverId(String serverId)
A system-assigned unique identifier for a server that has this user assigned.
|
default DescribeUserResponse.Builder |
user(Consumer<DescribedUser.Builder> user)
An array containing the properties of the Transfer Family user for the
ServerID value that you
specified. |
DescribeUserResponse.Builder |
user(DescribedUser user)
An array containing the properties of the Transfer Family user for the
ServerID value that you
specified. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUserResponse.Builder serverId(String serverId)
A system-assigned unique identifier for a server that has this user assigned.
serverId - A system-assigned unique identifier for a server that has this user assigned.DescribeUserResponse.Builder user(DescribedUser user)
An array containing the properties of the Transfer Family user for the ServerID value that you
specified.
user - An array containing the properties of the Transfer Family user for the ServerID value
that you specified.default DescribeUserResponse.Builder user(Consumer<DescribedUser.Builder> user)
An array containing the properties of the Transfer Family user for the ServerID value that you
specified.
DescribedUser.Builder avoiding the need
to create one manually via DescribedUser.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to user(DescribedUser).
user - a consumer that will call methods on DescribedUser.Builderuser(DescribedUser)Copyright © 2023. All rights reserved.