Interface ImportSshPublicKeyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ImportSshPublicKeyResponse.Builder,ImportSshPublicKeyResponse>,SdkBuilder<ImportSshPublicKeyResponse.Builder,ImportSshPublicKeyResponse>,SdkPojo,SdkResponse.Builder,TransferResponse.Builder
- Enclosing class:
- ImportSshPublicKeyResponse
public static interface ImportSshPublicKeyResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<ImportSshPublicKeyResponse.Builder,ImportSshPublicKeyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportSshPublicKeyResponse.BuilderserverId(String serverId)A system-assigned unique identifier for a server.ImportSshPublicKeyResponse.BuildersshPublicKeyId(String sshPublicKeyId)The name given to a public key by the system that was imported.ImportSshPublicKeyResponse.BuilderuserName(String userName)A user name assigned to theServerIDvalue that you specified.-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
serverId
ImportSshPublicKeyResponse.Builder serverId(String serverId)
A system-assigned unique identifier for a server.
- Parameters:
serverId- A system-assigned unique identifier for a server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sshPublicKeyId
ImportSshPublicKeyResponse.Builder sshPublicKeyId(String sshPublicKeyId)
The name given to a public key by the system that was imported.
- Parameters:
sshPublicKeyId- The name given to a public key by the system that was imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userName
ImportSshPublicKeyResponse.Builder userName(String userName)
A user name assigned to the
ServerIDvalue that you specified.- Parameters:
userName- A user name assigned to theServerIDvalue that you specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-