| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribedAccess.Builder |
DescribedAccess.builder() |
DescribedAccess.Builder |
DescribedAccess.Builder.externalId(String externalId)
A unique identifier that is required to identify specific groups within your directory.
|
DescribedAccess.Builder |
DescribedAccess.Builder.homeDirectory(String homeDirectory)
The landing directory (folder) for a user when they log in to the server using the client.
|
DescribedAccess.Builder |
DescribedAccess.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.
|
DescribedAccess.Builder |
DescribedAccess.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.
|
DescribedAccess.Builder |
DescribedAccess.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.
|
DescribedAccess.Builder |
DescribedAccess.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.
|
DescribedAccess.Builder |
DescribedAccess.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.
|
DescribedAccess.Builder |
DescribedAccess.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 DescribedAccess.Builder |
DescribedAccess.Builder.posixProfile(Consumer<PosixProfile.Builder> posixProfile)
Sets the value of the PosixProfile property for this object.
|
DescribedAccess.Builder |
DescribedAccess.Builder.posixProfile(PosixProfile posixProfile)
Sets the value of the PosixProfile property for this object.
|
DescribedAccess.Builder |
DescribedAccess.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.
|
DescribedAccess.Builder |
DescribedAccess.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribedAccess.Builder> |
DescribedAccess.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAccessResponse.Builder |
DescribeAccessResponse.Builder.access(Consumer<DescribedAccess.Builder> access)
The external identifier of the server that the access is attached to.
|
Copyright © 2023. All rights reserved.