public static interface AccessKeyDetails.Builder extends SdkPojo, CopyableBuilder<AccessKeyDetails.Builder,AccessKeyDetails>
| Modifier and Type | Method and Description |
|---|---|
AccessKeyDetails.Builder |
accessKeyId(String accessKeyId)
The access key ID of the user.
|
AccessKeyDetails.Builder |
principalId(String principalId)
The principal ID of the user.
|
AccessKeyDetails.Builder |
userName(String userName)
The name of the user.
|
AccessKeyDetails.Builder |
userType(String userType)
The type of the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessKeyDetails.Builder accessKeyId(String accessKeyId)
The access key ID of the user.
accessKeyId - The access key ID of the user.AccessKeyDetails.Builder principalId(String principalId)
The principal ID of the user.
principalId - The principal ID of the user.AccessKeyDetails.Builder userName(String userName)
The name of the user.
userName - The name of the user.AccessKeyDetails.Builder userType(String userType)
The type of the user.
userType - The type of the user.Copyright © 2022. All rights reserved.