static CreateServerRequest.Builder |
CreateServerRequest.builder() |
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.certificate(String certificate) |
The Amazon Resource Name (ARN) of the Certificate Manager (ACM) certificate.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.domain(String domain) |
The domain of the storage system that is used for file transfers.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.domain(Domain domain) |
The domain of the storage system that is used for file transfers.
|
default CreateServerRequest.Builder |
CreateServerRequest.Builder.endpointDetails(Consumer<EndpointDetails.Builder> endpointDetails) |
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.endpointDetails(EndpointDetails endpointDetails) |
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.endpointType(String endpointType) |
The type of endpoint that you want your server to use.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.endpointType(EndpointType endpointType) |
The type of endpoint that you want your server to use.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.hostKey(String hostKey) |
The RSA, ECDSA, or ED25519 private key to use for your SFTP-enabled server.
|
default CreateServerRequest.Builder |
CreateServerRequest.Builder.identityProviderDetails(Consumer<IdentityProviderDetails.Builder> identityProviderDetails) |
Required when IdentityProviderType is set to AWS_DIRECTORY_SERVICE,
Amazon Web Services_LAMBDA or API_GATEWAY.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.identityProviderDetails(IdentityProviderDetails identityProviderDetails) |
Required when IdentityProviderType is set to AWS_DIRECTORY_SERVICE,
Amazon Web Services_LAMBDA or API_GATEWAY.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.identityProviderType(String identityProviderType) |
The mode of authentication for a server.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.identityProviderType(IdentityProviderType identityProviderType) |
The mode of authentication for a server.
|
CreateServerRequest.Builder |
CreateServerRequest.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.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.postAuthenticationLoginBanner(String postAuthenticationLoginBanner) |
Specifies a string to display when users connect to a server.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.preAuthenticationLoginBanner(String preAuthenticationLoginBanner) |
Specifies a string to display when users connect to a server.
|
default CreateServerRequest.Builder |
CreateServerRequest.Builder.protocolDetails(Consumer<ProtocolDetails.Builder> protocolDetails) |
The protocol settings that are configured for your server.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.protocolDetails(ProtocolDetails protocolDetails) |
The protocol settings that are configured for your server.
|
CreateServerRequest.Builder |
CreateServerRequest.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.
|
CreateServerRequest.Builder |
CreateServerRequest.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.
|
CreateServerRequest.Builder |
CreateServerRequest.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.
|
CreateServerRequest.Builder |
CreateServerRequest.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.
|
default CreateServerRequest.Builder |
CreateServerRequest.Builder.s3StorageOptions(Consumer<S3StorageOptions.Builder> s3StorageOptions) |
Specifies whether or not performance for your Amazon S3 directories is optimized.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.s3StorageOptions(S3StorageOptions s3StorageOptions) |
Specifies whether or not performance for your Amazon S3 directories is optimized.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.securityPolicyName(String securityPolicyName) |
Specifies the name of the security policy for the server.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.structuredLogDestinations(String... structuredLogDestinations) |
Specifies the log groups to which your server logs are sent.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.structuredLogDestinations(Collection<String> structuredLogDestinations) |
Specifies the log groups to which your server logs are sent.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.tags(Collection<Tag> tags) |
Key-value pairs that can be used to group and search for servers.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Key-value pairs that can be used to group and search for servers.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.tags(Tag... tags) |
Key-value pairs that can be used to group and search for servers.
|
CreateServerRequest.Builder |
CreateServerRequest.toBuilder() |
|
default CreateServerRequest.Builder |
CreateServerRequest.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.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.workflowDetails(WorkflowDetails workflowDetails) |
Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the
workflow.
|