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.
|
build
requestOverrideConfig
copy
apply, build
ResetServiceSpecificCredentialRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ResetServiceSpecificCredentialRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.