public static interface DeleteAccessKeyRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<DeleteAccessKeyRequest.Builder,DeleteAccessKeyRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAccessKeyRequest.Builder |
accessKeyId(String accessKeyId)
The access key ID for the access key ID and secret access key you want to delete.
|
DeleteAccessKeyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAccessKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteAccessKeyRequest.Builder |
userName(String userName)
The name of the user whose access key pair you want to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAccessKeyRequest.Builder userName(String userName)
The name of the user whose access key pair you want to delete.
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 user whose access key pair you want to delete.
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: _+=,.@-
DeleteAccessKeyRequest.Builder accessKeyId(String accessKeyId)
The access key ID for the access key ID and secret access key you want to delete.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
accessKeyId - The access key ID for the access key ID and secret access key you want to delete.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
DeleteAccessKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAccessKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.