Interface TestIdentityProviderRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<TestIdentityProviderRequest.Builder,TestIdentityProviderRequest>,SdkBuilder<TestIdentityProviderRequest.Builder,TestIdentityProviderRequest>,SdkPojo,SdkRequest.Builder,TransferRequest.Builder
- Enclosing class:
- TestIdentityProviderRequest
public static interface TestIdentityProviderRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<TestIdentityProviderRequest.Builder,TestIdentityProviderRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferRequest.Builder
build
-
-
-
-
Method Detail
-
serverId
TestIdentityProviderRequest.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.
- Parameters:
serverId- A system-assigned identifier for a specific server. That server's user authentication method is tested with a user name and password.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverProtocol
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)
- Parameters:
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)
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Protocol,Protocol
-
-
serverProtocol
TestIdentityProviderRequest.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)
- Parameters:
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)
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Protocol,Protocol
-
-
sourceIp
TestIdentityProviderRequest.Builder sourceIp(String sourceIp)
The source IP address of the account to be tested.
- Parameters:
sourceIp- The source IP address of the account to be tested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userName
TestIdentityProviderRequest.Builder userName(String userName)
The name of the account to be tested.
- Parameters:
userName- The name of the account to be tested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userPassword
TestIdentityProviderRequest.Builder userPassword(String userPassword)
The password of the account to be tested.
- Parameters:
userPassword- The password of the account to be tested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
TestIdentityProviderRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
TestIdentityProviderRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-