public static interface ListedUser.Builder extends SdkPojo, CopyableBuilder<ListedUser.Builder,ListedUser>
| Modifier and Type | Method and Description |
|---|---|
ListedUser.Builder |
arn(String arn)
Provides the unique Amazon Resource Name (ARN) for the user that you want to learn about.
|
ListedUser.Builder |
homeDirectory(String homeDirectory)
Specifies the location that files are written to or read from an Amazon S3 bucket for the user you specify by
their ARN.
|
ListedUser.Builder |
homeDirectoryType(HomeDirectoryType homeDirectoryType)
Specifies the type of landing directory (folder) you mapped for your users' home directory.
|
ListedUser.Builder |
homeDirectoryType(String homeDirectoryType)
Specifies the type of landing directory (folder) you mapped for your users' home directory.
|
ListedUser.Builder |
role(String role)
Specifies the role that is in use by this user.
|
ListedUser.Builder |
sshPublicKeyCount(Integer sshPublicKeyCount)
Specifies the number of SSH public keys stored for the user you specified.
|
ListedUser.Builder |
userName(String userName)
Specifies the name of the user whose ARN was specified.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListedUser.Builder arn(String arn)
Provides the unique Amazon Resource Name (ARN) for the user that you want to learn about.
arn - Provides the unique Amazon Resource Name (ARN) for the user that you want to learn about.ListedUser.Builder homeDirectory(String homeDirectory)
Specifies the location that files are written to or read from an Amazon S3 bucket for the user you specify by their ARN.
homeDirectory - Specifies the location that files are written to or read from an Amazon S3 bucket for the user you
specify by their ARN.ListedUser.Builder homeDirectoryType(String homeDirectoryType)
Specifies the type of landing directory (folder) you mapped for your users' home directory. If you set it to
PATH, the user will see the absolute Amazon S3 bucket paths as is in their file transfer
protocol clients. If you set it LOGICAL, you will need to provide mappings in the
HomeDirectoryMappings for how you want to make Amazon S3 paths visible to your users.
homeDirectoryType - Specifies the type of landing directory (folder) you mapped for your users' home directory. If you set
it to PATH, the user will see the absolute Amazon S3 bucket paths as is in their file
transfer protocol clients. If you set it LOGICAL, you will need to provide mappings in
the HomeDirectoryMappings for how you want to make Amazon S3 paths visible to your users.HomeDirectoryType,
HomeDirectoryTypeListedUser.Builder homeDirectoryType(HomeDirectoryType homeDirectoryType)
Specifies the type of landing directory (folder) you mapped for your users' home directory. If you set it to
PATH, the user will see the absolute Amazon S3 bucket paths as is in their file transfer
protocol clients. If you set it LOGICAL, you will need to provide mappings in the
HomeDirectoryMappings for how you want to make Amazon S3 paths visible to your users.
homeDirectoryType - Specifies the type of landing directory (folder) you mapped for your users' home directory. If you set
it to PATH, the user will see the absolute Amazon S3 bucket paths as is in their file
transfer protocol clients. If you set it LOGICAL, you will need to provide mappings in
the HomeDirectoryMappings for how you want to make Amazon S3 paths visible to your users.HomeDirectoryType,
HomeDirectoryTypeListedUser.Builder role(String role)
Specifies the role that is in use by this user. A role is an AWS Identity and Access Management (IAM) entity that, in this case, allows a file transfer protocol-enabled server to act on a user's behalf. It allows the server to inherit the trust relationship that enables that user to perform file operations to their Amazon S3 bucket.
role - Specifies the role that is in use by this user. A role is an AWS Identity and Access Management
(IAM) entity that, in this case, allows a file transfer protocol-enabled server to act on a user's
behalf. It allows the server to inherit the trust relationship that enables that user to perform file
operations to their Amazon S3 bucket.ListedUser.Builder sshPublicKeyCount(Integer sshPublicKeyCount)
Specifies the number of SSH public keys stored for the user you specified.
sshPublicKeyCount - Specifies the number of SSH public keys stored for the user you specified.ListedUser.Builder userName(String userName)
Specifies the name of the user whose ARN was specified. User names are used for authentication purposes.
userName - Specifies the name of the user whose ARN was specified. User names are used for authentication
purposes.Copyright © 2020. All rights reserved.