| 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)
The landing directory (folder) for a user when they log in to the server using the client.
|
DescribedUser.Builder |
DescribedUser.Builder.homeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Logical directory mappings that specify what Amazon S3 or Amazon EFS 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)
Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your
user and how you want to make them visible.
|
DescribedUser.Builder |
DescribedUser.Builder.homeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)
Logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be visible to your
user and how you want to make them visible.
|
DescribedUser.Builder |
DescribedUser.Builder.homeDirectoryType(HomeDirectoryType homeDirectoryType)
The type of landing directory (folder) that you want your users' home directory to be when they log in to the
server.
|
DescribedUser.Builder |
DescribedUser.Builder.homeDirectoryType(String homeDirectoryType)
The type of landing directory (folder) that you want your users' home directory to be when they log in to the
server.
|
DescribedUser.Builder |
DescribedUser.Builder.policy(String policy)
A session policy for your user so that you can use the same Identity and Access Management (IAM) role across
multiple users.
|
default DescribedUser.Builder |
DescribedUser.Builder.posixProfile(Consumer<PosixProfile.Builder> posixProfile)
Specifies the full POSIX identity, including user ID (
Uid), group ID (Gid), and any
secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon Elastic
File System (Amazon EFS) file systems. |
DescribedUser.Builder |
DescribedUser.Builder.posixProfile(PosixProfile posixProfile)
Specifies the full POSIX identity, including user ID (
Uid), group ID (Gid), and any
secondary groups IDs (SecondaryGids), that controls your users' access to your Amazon Elastic
File System (Amazon EFS) file systems. |
DescribedUser.Builder |
DescribedUser.Builder.role(String role)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that controls your users'
access to your Amazon S3 bucket or Amazon EFS file system.
|
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 Transfer Family user for the
ServerID value that you
specified. |
Copyright © 2023. All rights reserved.