| 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 Amazon Web ServicesCertificate Manager (ACM) certificate.
|
DescribedServer.Builder |
DescribedServer.Builder.domain(Domain domain)
Specifies the domain of the storage system that is used for file transfers.
|
DescribedServer.Builder |
DescribedServer.Builder.domain(String domain)
Specifies the domain of the storage system that is used for file transfers.
|
default DescribedServer.Builder |
DescribedServer.Builder.endpointDetails(Consumer<EndpointDetails.Builder> endpointDetails)
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
DescribedServer.Builder |
DescribedServer.Builder.endpointDetails(EndpointDetails endpointDetails)
The virtual private cloud (VPC) endpoint settings that are 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)
The mode of authentication for a server.
|
DescribedServer.Builder |
DescribedServer.Builder.identityProviderType(String identityProviderType)
The mode of authentication for a server.
|
DescribedServer.Builder |
DescribedServer.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.
|
DescribedServer.Builder |
DescribedServer.Builder.postAuthenticationLoginBanner(String postAuthenticationLoginBanner)
Specifies a string to display when users connect to a server.
|
DescribedServer.Builder |
DescribedServer.Builder.preAuthenticationLoginBanner(String preAuthenticationLoginBanner)
Specifies a string to display when users connect to a server.
|
default DescribedServer.Builder |
DescribedServer.Builder.protocolDetails(Consumer<ProtocolDetails.Builder> protocolDetails)
The protocol settings that are configured for your server.
|
DescribedServer.Builder |
DescribedServer.Builder.protocolDetails(ProtocolDetails protocolDetails)
The protocol settings that are configured for your server.
|
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)
The condition of the server that was described.
|
DescribedServer.Builder |
DescribedServer.Builder.state(String state)
The condition of the server that was described.
|
DescribedServer.Builder |
DescribedServer.Builder.structuredLogDestinations(Collection<String> structuredLogDestinations)
Specifies the log groups to which your server logs are sent.
|
DescribedServer.Builder |
DescribedServer.Builder.structuredLogDestinations(String... structuredLogDestinations)
Specifies the log groups to which your server logs are sent.
|
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. |
default DescribedServer.Builder |
DescribedServer.Builder.workflowDetails(Consumer<WorkflowDetails.Builder> workflowDetails)
Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the
workflow.
|
DescribedServer.Builder |
DescribedServer.Builder.workflowDetails(WorkflowDetails workflowDetails)
Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the
workflow.
|
| 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 © 2023. All rights reserved.