CopyableBuilder<UpdateServiceSpecificCredentialRequest.Builder,UpdateServiceSpecificCredentialRequest>
, SdkBuilder<UpdateServiceSpecificCredentialRequest.Builder,UpdateServiceSpecificCredentialRequest>
public static interface UpdateServiceSpecificCredentialRequest.Builder extends CopyableBuilder<UpdateServiceSpecificCredentialRequest.Builder,UpdateServiceSpecificCredentialRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateServiceSpecificCredentialRequest.Builder |
serviceSpecificCredentialId(String serviceSpecificCredentialId) |
The unique identifier of the service-specific credential.
|
UpdateServiceSpecificCredentialRequest.Builder |
status(String status) |
The status to be assigned to the service-specific credential.
|
UpdateServiceSpecificCredentialRequest.Builder |
status(StatusType status) |
The status to be assigned to the service-specific credential.
|
UpdateServiceSpecificCredentialRequest.Builder |
userName(String userName) |
The name of the IAM user associated with the service-specific credential.
|
copy
apply, build
UpdateServiceSpecificCredentialRequest.Builder userName(String userName)
The name of the IAM user associated with the service-specific credential. If you do not specify this value, then the operation assumes the user whose credentials are used to call the operation.
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 service-specific credential. If you do not specify this
value, then the operation assumes the user whose credentials are used to call the operation.
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: =,.@-
UpdateServiceSpecificCredentialRequest.Builder serviceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier of the service-specific credential.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
serviceSpecificCredentialId
- The unique identifier of the service-specific credential.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
UpdateServiceSpecificCredentialRequest.Builder status(String status)
The status to be assigned to the service-specific credential.
status
- The status to be assigned to the service-specific credential.StatusType
UpdateServiceSpecificCredentialRequest.Builder status(StatusType status)
The status to be assigned to the service-specific credential.
status
- The status to be assigned to the service-specific credential.StatusType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.