public static interface DeleteSshPublicKeyRequest.Builder extends IamRequest.Builder, CopyableBuilder<DeleteSshPublicKeyRequest.Builder,DeleteSshPublicKeyRequest>
Modifier and Type | Method and Description |
---|---|
DeleteSshPublicKeyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteSshPublicKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteSshPublicKeyRequest.Builder |
sshPublicKeyId(String sshPublicKeyId)
The unique identifier for the SSH public key.
|
DeleteSshPublicKeyRequest.Builder |
userName(String userName)
The name of the IAM user associated with the SSH public key.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteSshPublicKeyRequest.Builder userName(String userName)
The name of the IAM user associated with the SSH public key.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
userName
- The name of the IAM user associated with the SSH public key.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
DeleteSshPublicKeyRequest.Builder sshPublicKeyId(String sshPublicKeyId)
The unique identifier for the SSH public key.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
sshPublicKeyId
- The unique identifier for the SSH public key.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
DeleteSshPublicKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteSshPublicKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.