public static interface ResetServiceSpecificCredentialRequest.Builder extends IAMRequest.Builder, CopyableBuilder<ResetServiceSpecificCredentialRequest.Builder,ResetServiceSpecificCredentialRequest>
| Modifier and Type | Method and Description |
|---|---|
ResetServiceSpecificCredentialRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ResetServiceSpecificCredentialRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ResetServiceSpecificCredentialRequest.Builder |
serviceSpecificCredentialId(String serviceSpecificCredentialId)
The unique identifier of the service-specific credential.
|
ResetServiceSpecificCredentialRequest.Builder |
userName(String userName)
The name of the IAM user associated with the service-specific credential.
|
buildrequestOverrideConfigcopyapply, buildResetServiceSpecificCredentialRequest.Builder userName(String userName)
The name of the IAM user associated with the service-specific credential. If this value is not specified, 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 this value is not
specified, 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: =,.@-
ResetServiceSpecificCredentialRequest.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.
ResetServiceSpecificCredentialRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ResetServiceSpecificCredentialRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.