| 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.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)
Specifies the authentication method used to validate a user for a server that was specified.
|
ListedServer.Builder |
ListedServer.Builder.identityProviderType(String identityProviderType)
Specifies the authentication method used to validate a user for a server that was specified.
|
ListedServer.Builder |
ListedServer.Builder.loggingRole(String loggingRole)
Specifies the AWS Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch
logging.
|
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)
Specifies the condition of a server for the server that was described.
|
ListedServer.Builder |
ListedServer.Builder.state(String state)
Specifies the condition of a server for 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 © 2020. All rights reserved.