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 an SFTP server that has this user assigned.
|
default DescribeUserResponse.Builder |
user(Consumer<DescribedUser.Builder> user)
An array containing the properties of the user account for the
ServerID value that you
specified. |
DescribeUserResponse.Builder |
user(DescribedUser user)
An array containing the properties of the user account for the
ServerID value that you
specified. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeUserResponse.Builder serverId(String serverId)
A system-assigned unique identifier for an SFTP server that has this user assigned.
serverId
- A system-assigned unique identifier for an SFTP server that has this user assigned.DescribeUserResponse.Builder user(DescribedUser user)
An array containing the properties of the user account for the ServerID
value that you
specified.
user
- An array containing the properties of the user account for the ServerID
value that you
specified.default DescribeUserResponse.Builder user(Consumer<DescribedUser.Builder> user)
An array containing the properties of the user account 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.Builder
user(DescribedUser)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.