Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateServiceSpecificCredentialRequest.Builder,UpdateServiceSpecificCredentialRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateServiceSpecificCredentialRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateServiceSpecificCredentialRequest.Builder,UpdateServiceSpecificCredentialRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateServiceSpecificCredentialRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateServiceSpecificCredentialRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UpdateServiceSpecificCredentialRequest.Builder> |
serializableBuilderClass() |
|
String |
serviceSpecificCredentialId() |
The unique identifier of the service-specific credential.
|
String |
status() |
The status to be assigned to the service-specific credential.
|
UpdateServiceSpecificCredentialRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userName() |
The name of the IAM user associated with the service-specific credential.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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: =,.@-
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: =,.@-
public 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.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
public String status()
The status to be assigned to the service-specific credential.
StatusType
public UpdateServiceSpecificCredentialRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateServiceSpecificCredentialRequest.Builder,UpdateServiceSpecificCredentialRequest>
public static UpdateServiceSpecificCredentialRequest.Builder builder()
public static Class<? extends UpdateServiceSpecificCredentialRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.