public static interface UpdateServiceSpecificCredentialRequest.Builder extends IamRequest.Builder, CopyableBuilder<UpdateServiceSpecificCredentialRequest.Builder,UpdateServiceSpecificCredentialRequest>
| Modifier and Type | Method and Description | 
|---|---|
UpdateServiceSpecificCredentialRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
UpdateServiceSpecificCredentialRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
UpdateServiceSpecificCredentialRequest.Builder | 
serviceSpecificCredentialId(String serviceSpecificCredentialId)
 The unique identifier of the service-specific credential. 
 | 
UpdateServiceSpecificCredentialRequest.Builder | 
status(StatusType status)
 The status to be assigned to the service-specific credential. 
 | 
UpdateServiceSpecificCredentialRequest.Builder | 
status(String 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. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildUpdateServiceSpecificCredentialRequest.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, 
StatusTypeUpdateServiceSpecificCredentialRequest.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, 
StatusTypeUpdateServiceSpecificCredentialRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateServiceSpecificCredentialRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.