public static interface DescribedUser.Builder extends SdkPojo, CopyableBuilder<DescribedUser.Builder,DescribedUser>
| Modifier and Type | Method and Description |
|---|---|
DescribedUser.Builder |
arn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the user that was requested to be described.
|
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 |
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 |
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 |
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 |
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 |
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 |
policy(String policy)
Specifies the name of the policy in use for the described user.
|
DescribedUser.Builder |
role(String role)
Specifies the IAM role that controls your users' access to your Amazon S3 bucket.
|
DescribedUser.Builder |
sshPublicKeys(Collection<SshPublicKey> sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
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 |
sshPublicKeys(SshPublicKey... sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
|
DescribedUser.Builder |
tags(Collection<Tag> tags)
Specifies the key-value pairs for the user requested.
|
DescribedUser.Builder |
tags(Consumer<Tag.Builder>... tags)
Specifies the key-value pairs for the user requested.
|
DescribedUser.Builder |
tags(Tag... tags)
Specifies the key-value pairs for the user requested.
|
DescribedUser.Builder |
userName(String userName)
Specifies the name of the user that was requested to be described.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribedUser.Builder arn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the user that was requested to be described.
arn - Specifies the unique Amazon Resource Name (ARN) for the user that was requested to be described.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. An example is
your-Amazon-S3-bucket-name>/home/username .
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. An example is
your-Amazon-S3-bucket-name>/home/username .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. You will need to specify the "Entry" and "
Target" pair, where Entry shows how the path is made visible and
Target is the actual Amazon S3 path. If you only specify a target, it will be displayed as is.
You will need to also make sure that your AWS Identity and Access Management (IAM) role provides access to
paths in Target.
In most cases, you can use this value instead of the scope-down policy to lock your user down to the
designated home directory ("chroot"). To do this, you can set Entry to '/' and set
Target to the HomeDirectory parameter value.
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. You will need to specify the "Entry
" and "Target" pair, where Entry shows how the path is made visible and
Target is the actual Amazon S3 path. If you only specify a target, it will be displayed
as is. You will need to also make sure that your AWS Identity and Access Management (IAM) role
provides access to paths in Target.
In most cases, you can use this value instead of the scope-down policy to lock your user down to the
designated home directory ("chroot"). To do this, you can set Entry to '/' and set
Target to the HomeDirectory parameter value.
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. You will need to specify the "Entry" and "
Target" pair, where Entry shows how the path is made visible and
Target is the actual Amazon S3 path. If you only specify a target, it will be displayed as is.
You will need to also make sure that your AWS Identity and Access Management (IAM) role provides access to
paths in Target.
In most cases, you can use this value instead of the scope-down policy to lock your user down to the
designated home directory ("chroot"). To do this, you can set Entry to '/' and set
Target to the HomeDirectory parameter value.
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. You will need to specify the "Entry
" and "Target" pair, where Entry shows how the path is made visible and
Target is the actual Amazon S3 path. If you only specify a target, it will be displayed
as is. You will need to also make sure that your AWS Identity and Access Management (IAM) role
provides access to paths in Target.
In most cases, you can use this value instead of the scope-down policy to lock your user down to the
designated home directory ("chroot"). To do this, you can set Entry to '/' and set
Target to the HomeDirectory parameter value.
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. You will need to specify the "Entry" and "
Target" pair, where Entry shows how the path is made visible and
Target is the actual Amazon S3 path. If you only specify a target, it will be displayed as is.
You will need to also make sure that your AWS Identity and Access Management (IAM) role provides access to
paths in Target.
In most cases, you can use this value instead of the scope-down policy to lock your user down to the
designated home directory ("chroot"). To do this, you can set Entry to '/' and set
Target to the HomeDirectory parameter value.
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #homeDirectoryMappings(List) .homeDirectoryMappings - a consumer that will call methods on List.Builder #homeDirectoryMappings(List) 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. 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 to see when they log into
the file transfer protocol-enabled server. 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,
HomeDirectoryTypeDescribedUser.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. 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 to see when they log into
the file transfer protocol-enabled server. 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,
HomeDirectoryTypeDescribedUser.Builder policy(String policy)
Specifies the name of the policy in use for the described user.
policy - Specifies the name of the policy in use for the described user.DescribedUser.Builder role(String role)
Specifies the IAM role that controls your users' access to your Amazon S3 bucket. The policies attached to this role will determine the level of access you want to provide your users when transferring files into and out of your Amazon S3 bucket or buckets. The IAM role should also contain a trust relationship that allows a server to access your resources when servicing your users' transfer requests.
role - Specifies the IAM role that controls your users' access to your Amazon S3 bucket. The policies
attached to this role will determine the level of access you want to provide your users when
transferring files into and out of your Amazon S3 bucket or buckets. The IAM role should also contain
a trust relationship that allows a server to access your resources when servicing your users' transfer
requests.DescribedUser.Builder sshPublicKeys(Collection<SshPublicKey> sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
sshPublicKeys - Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.DescribedUser.Builder sshPublicKeys(SshPublicKey... sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
sshPublicKeys - Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.DescribedUser.Builder sshPublicKeys(Consumer<SshPublicKey.Builder>... sshPublicKeys)
Specifies the public key portion of the Secure Shell (SSH) keys stored for the described user.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #sshPublicKeys(List) .sshPublicKeys - a consumer that will call methods on List.Builder #sshPublicKeys(List) DescribedUser.Builder tags(Collection<Tag> tags)
Specifies the key-value pairs for the user requested. Tag can be used to search for and group users for a variety of purposes.
tags - Specifies the key-value pairs for the user requested. Tag can be used to search for and group users
for a variety of purposes.DescribedUser.Builder tags(Tag... tags)
Specifies the key-value pairs for the user requested. Tag can be used to search for and group users for a variety of purposes.
tags - Specifies the key-value pairs for the user requested. Tag can be used to search for and group users
for a variety of purposes.DescribedUser.Builder tags(Consumer<Tag.Builder>... tags)
Specifies the key-value pairs for the user requested. Tag can be used to search for and group users for a variety of purposes.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) DescribedUser.Builder userName(String userName)
Specifies the name of the user that was requested to be described. User names are used for authentication purposes. This is the string that will be used by your user when they log in to your server.
userName - Specifies the name of the user that was requested to be described. User names are used for
authentication purposes. This is the string that will be used by your user when they log in to your
server.Copyright © 2020. All rights reserved.