public static interface UpdateSshPublicKeyRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<UpdateSshPublicKeyRequest.Builder,UpdateSshPublicKeyRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSshPublicKeyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSshPublicKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSshPublicKeyRequest.Builder |
sshPublicKeyId(String sshPublicKeyId)
The unique identifier for the SSH public key.
|
UpdateSshPublicKeyRequest.Builder |
status(StatusType status)
The status to assign to the SSH public key.
|
UpdateSshPublicKeyRequest.Builder |
status(String status)
The status to assign to the SSH public key.
|
UpdateSshPublicKeyRequest.Builder |
userName(String userName)
The name of the IAM user associated with the SSH public key.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSshPublicKeyRequest.Builder userName(String userName)
The name of the IAM user associated with the SSH public key.
This parameter allows (through 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 (through 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: _+=,.@-
UpdateSshPublicKeyRequest.Builder sshPublicKeyId(String sshPublicKeyId)
The unique identifier for the SSH public key.
This parameter allows (through 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 (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
UpdateSshPublicKeyRequest.Builder status(String status)
The status to assign to the SSH public key. Active means that the key can be used for
authentication with an CodeCommit repository. Inactive means that the key cannot be used.
status - The status to assign to the SSH public key. Active means that the key can be used for
authentication with an CodeCommit repository. Inactive means that the key cannot be used.StatusType,
StatusTypeUpdateSshPublicKeyRequest.Builder status(StatusType status)
The status to assign to the SSH public key. Active means that the key can be used for
authentication with an CodeCommit repository. Inactive means that the key cannot be used.
status - The status to assign to the SSH public key. Active means that the key can be used for
authentication with an CodeCommit repository. Inactive means that the key cannot be used.StatusType,
StatusTypeUpdateSshPublicKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSshPublicKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.