CopyableBuilder<CreateAccessKeyRequest.Builder,CreateAccessKeyRequest>
, SdkBuilder<CreateAccessKeyRequest.Builder,CreateAccessKeyRequest>
public static interface CreateAccessKeyRequest.Builder extends CopyableBuilder<CreateAccessKeyRequest.Builder,CreateAccessKeyRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateAccessKeyRequest.Builder |
userName(String userName) |
The name of the IAM user that the new key will belong to.
|
copy
apply, build
CreateAccessKeyRequest.Builder userName(String userName)
The name of the IAM user that the new key will belong to.
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 that the new key will belong to.
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: =,.@-
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.