| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedServer.Builder |
DescribedServer.Builder.arn(String arn)
Specifies the unique Amazon Resource Name (ARN) of the server.
|
static DescribedServer.Builder |
DescribedServer.builder() |
DescribedServer.Builder |
DescribedServer.Builder.certificate(String certificate)
Specifies the ARN of the AWS Certificate Manager (ACM) certificate.
|
default DescribedServer.Builder |
DescribedServer.Builder.endpointDetails(Consumer<EndpointDetails.Builder> endpointDetails)
Specifies the virtual private cloud (VPC) endpoint settings that you configured for your server.
|
DescribedServer.Builder |
DescribedServer.Builder.endpointDetails(EndpointDetails endpointDetails)
Specifies the virtual private cloud (VPC) endpoint settings that you configured for your server.
|
DescribedServer.Builder |
DescribedServer.Builder.endpointType(EndpointType endpointType)
Defines the type of endpoint that your server is connected to.
|
DescribedServer.Builder |
DescribedServer.Builder.endpointType(String endpointType)
Defines the type of endpoint that your server is connected to.
|
DescribedServer.Builder |
DescribedServer.Builder.hostKeyFingerprint(String hostKeyFingerprint)
Specifies the Base64-encoded SHA256 fingerprint of the server's host key.
|
default DescribedServer.Builder |
DescribedServer.Builder.identityProviderDetails(Consumer<IdentityProviderDetails.Builder> identityProviderDetails)
Specifies information to call a customer-supplied authentication API.
|
DescribedServer.Builder |
DescribedServer.Builder.identityProviderDetails(IdentityProviderDetails identityProviderDetails)
Specifies information to call a customer-supplied authentication API.
|
DescribedServer.Builder |
DescribedServer.Builder.identityProviderType(IdentityProviderType identityProviderType)
Specifies the mode of authentication method enabled for this service.
|
DescribedServer.Builder |
DescribedServer.Builder.identityProviderType(String identityProviderType)
Specifies the mode of authentication method enabled for this service.
|
DescribedServer.Builder |
DescribedServer.Builder.loggingRole(String loggingRole)
Specifies the AWS Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch
logging for Amazon S3 events.
|
DescribedServer.Builder |
DescribedServer.Builder.protocols(Collection<Protocol> protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect
to your server's endpoint.
|
DescribedServer.Builder |
DescribedServer.Builder.protocols(Protocol... protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect
to your server's endpoint.
|
DescribedServer.Builder |
DescribedServer.Builder.protocolsWithStrings(Collection<String> protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect
to your server's endpoint.
|
DescribedServer.Builder |
DescribedServer.Builder.protocolsWithStrings(String... protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect
to your server's endpoint.
|
DescribedServer.Builder |
DescribedServer.Builder.securityPolicyName(String securityPolicyName)
Specifies the name of the security policy that is attached to the server.
|
DescribedServer.Builder |
DescribedServer.Builder.serverId(String serverId)
Specifies the unique system-assigned identifier for a server that you instantiate.
|
DescribedServer.Builder |
DescribedServer.Builder.state(State state)
Specifies the condition of a server for the server that was described.
|
DescribedServer.Builder |
DescribedServer.Builder.state(String state)
Specifies the condition of a server for the server that was described.
|
DescribedServer.Builder |
DescribedServer.Builder.tags(Collection<Tag> tags)
Specifies the key-value pairs that you can use to search for and group servers that were assigned to the
server that was described.
|
DescribedServer.Builder |
DescribedServer.Builder.tags(Consumer<Tag.Builder>... tags)
Specifies the key-value pairs that you can use to search for and group servers that were assigned to the
server that was described.
|
DescribedServer.Builder |
DescribedServer.Builder.tags(Tag... tags)
Specifies the key-value pairs that you can use to search for and group servers that were assigned to the
server that was described.
|
DescribedServer.Builder |
DescribedServer.toBuilder() |
DescribedServer.Builder |
DescribedServer.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 DescribedServer.Builder> |
DescribedServer.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeServerResponse.Builder |
DescribeServerResponse.Builder.server(Consumer<DescribedServer.Builder> server)
An array containing the properties of a server with the
ServerID you specified. |
Copyright © 2020. All rights reserved.