public static interface ListedServer.Builder extends SdkPojo, CopyableBuilder<ListedServer.Builder,ListedServer>
| Modifier and Type | Method and Description |
|---|---|
ListedServer.Builder |
arn(String arn)
Specifies the unique Amazon Resource Name (ARN) for a server to be listed.
|
ListedServer.Builder |
endpointType(EndpointType endpointType)
Specifies the type of VPC endpoint that your server is connected to.
|
ListedServer.Builder |
endpointType(String endpointType)
Specifies the type of VPC endpoint that your server is connected to.
|
ListedServer.Builder |
identityProviderType(IdentityProviderType identityProviderType)
Specifies the authentication method used to validate a user for a server that was specified.
|
ListedServer.Builder |
identityProviderType(String identityProviderType)
Specifies the authentication method used to validate a user for a server that was specified.
|
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 |
serverId(String serverId)
Specifies the unique system assigned identifier for the servers that were listed.
|
ListedServer.Builder |
state(State state)
Specifies the condition of a server for the server that was described.
|
ListedServer.Builder |
state(String state)
Specifies the condition of a server for the server that was described.
|
ListedServer.Builder |
userCount(Integer userCount)
Specifies the number of users that are assigned to a server you specified with the
ServerId. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListedServer.Builder arn(String arn)
Specifies the unique Amazon Resource Name (ARN) for a server to be listed.
arn - Specifies the unique Amazon Resource Name (ARN) for a server to be listed.ListedServer.Builder identityProviderType(String identityProviderType)
Specifies the authentication method used to validate a user for a server that was specified. This can include
Secure Shell (SSH), user name and password combinations, or your own custom authentication method. Valid
values include SERVICE_MANAGED or API_GATEWAY.
identityProviderType - Specifies the authentication method used to validate a user for a server that was specified. This can
include Secure Shell (SSH), user name and password combinations, or your own custom authentication
method. Valid values include SERVICE_MANAGED or API_GATEWAY.IdentityProviderType,
IdentityProviderTypeListedServer.Builder identityProviderType(IdentityProviderType identityProviderType)
Specifies the authentication method used to validate a user for a server that was specified. This can include
Secure Shell (SSH), user name and password combinations, or your own custom authentication method. Valid
values include SERVICE_MANAGED or API_GATEWAY.
identityProviderType - Specifies the authentication method used to validate a user for a server that was specified. This can
include Secure Shell (SSH), user name and password combinations, or your own custom authentication
method. Valid values include SERVICE_MANAGED or API_GATEWAY.IdentityProviderType,
IdentityProviderTypeListedServer.Builder endpointType(String endpointType)
Specifies the type of VPC endpoint that your server is connected to. If your server is connected to a VPC endpoint, your server isn't accessible over the public internet.
endpointType - Specifies the type of VPC endpoint that your server is connected to. If your server is connected to a
VPC endpoint, your server isn't accessible over the public internet.EndpointType,
EndpointTypeListedServer.Builder endpointType(EndpointType endpointType)
Specifies the type of VPC endpoint that your server is connected to. If your server is connected to a VPC endpoint, your server isn't accessible over the public internet.
endpointType - Specifies the type of VPC endpoint that your server is connected to. If your server is connected to a
VPC endpoint, your server isn't accessible over the public internet.EndpointType,
EndpointTypeListedServer.Builder loggingRole(String loggingRole)
Specifies the AWS Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging.
loggingRole - Specifies the AWS Identity and Access Management (IAM) role that allows a server to turn on Amazon
CloudWatch logging.ListedServer.Builder serverId(String serverId)
Specifies the unique system assigned identifier for the servers that were listed.
serverId - Specifies the unique system assigned identifier for the servers that were listed.ListedServer.Builder state(String state)
Specifies the condition of a server for the server that was described. A value of ONLINE
indicates that the server can accept jobs and transfer files. A State value of
OFFLINE means that the server cannot perform file transfer operations.
The states of STARTING and STOPPING indicate that the server is in an intermediate
state, either not fully able to respond, or not fully offline. The values of START_FAILED or
STOP_FAILED can indicate an error condition.
state - Specifies the condition of a server for the server that was described. A value of ONLINE
indicates that the server can accept jobs and transfer files. A State value of
OFFLINE means that the server cannot perform file transfer operations.
The states of STARTING and STOPPING indicate that the server is in an
intermediate state, either not fully able to respond, or not fully offline. The values of
START_FAILED or STOP_FAILED can indicate an error condition.
State,
StateListedServer.Builder state(State state)
Specifies the condition of a server for the server that was described. A value of ONLINE
indicates that the server can accept jobs and transfer files. A State value of
OFFLINE means that the server cannot perform file transfer operations.
The states of STARTING and STOPPING indicate that the server is in an intermediate
state, either not fully able to respond, or not fully offline. The values of START_FAILED or
STOP_FAILED can indicate an error condition.
state - Specifies the condition of a server for the server that was described. A value of ONLINE
indicates that the server can accept jobs and transfer files. A State value of
OFFLINE means that the server cannot perform file transfer operations.
The states of STARTING and STOPPING indicate that the server is in an
intermediate state, either not fully able to respond, or not fully offline. The values of
START_FAILED or STOP_FAILED can indicate an error condition.
State,
StateListedServer.Builder userCount(Integer userCount)
Specifies the number of users that are assigned to a server you specified with the ServerId.
userCount - Specifies the number of users that are assigned to a server you specified with the
ServerId.Copyright © 2020. All rights reserved.