| 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 might be required when you assume a role in another account.
|
DescribedAccess.Builder |
DescribedAccess.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 access.
|
DescribedAccess.Builder |
DescribedAccess.Builder.homeDirectoryMappings(Collection<HomeDirectoryMapEntry> homeDirectoryMappings)
Specifies the logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be
visible to the associated access and how you want to make them visible.
|
DescribedAccess.Builder |
DescribedAccess.Builder.homeDirectoryMappings(Consumer<HomeDirectoryMapEntry.Builder>... homeDirectoryMappings)
Specifies the logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be
visible to the associated access and how you want to make them visible.
|
DescribedAccess.Builder |
DescribedAccess.Builder.homeDirectoryMappings(HomeDirectoryMapEntry... homeDirectoryMappings)
Specifies the logical directory mappings that specify what Amazon S3 or Amazon EFS paths and keys should be
visible to the associated access 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 scope-down policy for your user so that you can use the same AWS 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 IAM role that controls access to your Amazon S3 bucket from the specified associated access.
|
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 ID of the server that the access is attached to.
|
Copyright © 2021. All rights reserved.