| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedUser.Builder |
DescribedUser.Builder.arn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the user that was requested to be described.
|
static DescribedUser.Builder |
DescribedUser.builder() |
DescribedUser.Builder |
DescribedUser.Builder.homeDirectory(String homeDirectory)
Specifies the landing directory (or folder), which is the location that files are written to or read from in
an Amazon S3 bucket, for the described user.
|
DescribedUser.Builder |
DescribedUser.Builder.homeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Specifies the logical directory mappings that specify what Amazon S3 paths and keys should be visible to your
user and how you want to make them visible.
|
DescribedUser.Builder |
DescribedUser.Builder.homeDirectoryMappings(Consumer<HomeDirectoryMapEntry.Builder>... homeDirectoryMappings)
Specifies the logical directory mappings that specify what Amazon S3 paths and keys should be visible to your
user and how you want to make them visible.
|
DescribedUser.Builder |
DescribedUser.Builder.homeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)
Specifies the logical directory mappings that specify what Amazon S3 paths and keys should be visible to your
user and how you want to make them visible.
|
DescribedUser.Builder |
DescribedUser.Builder.homeDirectoryType(HomeDirectoryType homeDirectoryType)
Specifies the type of landing directory (folder) you mapped for your users to see when they log into the file
transfer protocol-enabled server.
|
DescribedUser.Builder |
DescribedUser.Builder.homeDirectoryType(String homeDirectoryType)
Specifies the type of landing directory (folder) you mapped for your users to see when they log into the file
transfer protocol-enabled server.
|
DescribedUser.Builder |
DescribedUser.Builder.policy(String policy)
Specifies the name of the policy in use for the described user.
|
DescribedUser.Builder |
DescribedUser.Builder.role(String role)
Specifies the IAM role that controls your users' access to your Amazon S3 bucket.
|
DescribedUser.Builder |
DescribedUser.Builder.sshPublicKeys(Collection<SshPublicKey> sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
DescribedUser.Builder |
DescribedUser.Builder.sshPublicKeys(Consumer<SshPublicKey.Builder>... sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
DescribedUser.Builder |
DescribedUser.Builder.sshPublicKeys(SshPublicKey... sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
DescribedUser.Builder |
DescribedUser.Builder.tags(Collection<Tag> tags)
Specifies the key-value pairs for the user requested.
|
DescribedUser.Builder |
DescribedUser.Builder.tags(Consumer<Tag.Builder>... tags)
Specifies the key-value pairs for the user requested.
|
DescribedUser.Builder |
DescribedUser.Builder.tags(Tag... tags)
Specifies the key-value pairs for the user requested.
|
DescribedUser.Builder |
DescribedUser.toBuilder() |
DescribedUser.Builder |
DescribedUser.Builder.userName(String userName)
Specifies the name of the user that was requested to be described.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribedUser.Builder> |
DescribedUser.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeUserResponse.Builder |
DescribeUserResponse.Builder.user(Consumer<DescribedUser.Builder> user)
An array containing the properties of the user account for the
ServerID value that you
specified. |
Copyright © 2020. All rights reserved.