public static interface TestIdentityProviderRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<TestIdentityProviderRequest.Builder,TestIdentityProviderRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildTestIdentityProviderRequest.Builder serverId(String serverId)
A system-assigned identifier for a specific server. That server's user authentication method is tested with a user name and password.
serverId - A system-assigned identifier for a specific server. That server's user authentication method is tested
with a user name and password.TestIdentityProviderRequest.Builder serverProtocol(String serverProtocol)
The type of file transfer protocol to be tested.
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
Applicability Statement 2 (AS2)
serverProtocol - The type of file transfer protocol to be tested.
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
Applicability Statement 2 (AS2)
Protocol,
ProtocolTestIdentityProviderRequest.Builder serverProtocol(Protocol serverProtocol)
The type of file transfer protocol to be tested.
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
Applicability Statement 2 (AS2)
serverProtocol - The type of file transfer protocol to be tested.
The available protocols are:
Secure Shell (SSH) File Transfer Protocol (SFTP)
File Transfer Protocol Secure (FTPS)
File Transfer Protocol (FTP)
Applicability Statement 2 (AS2)
Protocol,
ProtocolTestIdentityProviderRequest.Builder sourceIp(String sourceIp)
The source IP address of the account to be tested.
sourceIp - The source IP address of the account to be tested.TestIdentityProviderRequest.Builder userName(String userName)
The name of the account to be tested.
userName - The name of the account to be tested.TestIdentityProviderRequest.Builder userPassword(String userPassword)
The password of the account to be tested.
userPassword - The password of the account to be tested.TestIdentityProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderTestIdentityProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.