| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
ListedServer.Builder |
ListedServer.Builder.arn(String arn)
Specifies the unique Amazon Resource Name (ARN) for a server to be listed.
|
static ListedServer.Builder |
ListedServer.builder() |
ListedServer.Builder |
ListedServer.Builder.domain(Domain domain)
Specifies the domain of the storage system that is used for file transfers.
|
ListedServer.Builder |
ListedServer.Builder.domain(String domain)
Specifies the domain of the storage system that is used for file transfers.
|
ListedServer.Builder |
ListedServer.Builder.endpointType(EndpointType endpointType)
Specifies the type of VPC endpoint that your server is connected to.
|
ListedServer.Builder |
ListedServer.Builder.endpointType(String endpointType)
Specifies the type of VPC endpoint that your server is connected to.
|
ListedServer.Builder |
ListedServer.Builder.identityProviderType(IdentityProviderType identityProviderType)
The mode of authentication for a server.
|
ListedServer.Builder |
ListedServer.Builder.identityProviderType(String identityProviderType)
The mode of authentication for a server.
|
ListedServer.Builder |
ListedServer.Builder.loggingRole(String loggingRole)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a server to turn
on Amazon CloudWatch logging for Amazon S3 or Amazon EFSevents.
|
ListedServer.Builder |
ListedServer.Builder.serverId(String serverId)
Specifies the unique system assigned identifier for the servers that were listed.
|
ListedServer.Builder |
ListedServer.Builder.state(State state)
The condition of the server that was described.
|
ListedServer.Builder |
ListedServer.Builder.state(String state)
The condition of the server that was described.
|
ListedServer.Builder |
ListedServer.toBuilder() |
ListedServer.Builder |
ListedServer.Builder.userCount(Integer userCount)
Specifies the number of users that are assigned to a server you specified with the
ServerId. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListedServer.Builder> |
ListedServer.serializableBuilderClass() |
Copyright © 2023. All rights reserved.