Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateAccessKeyRequest.Builder,UpdateAccessKeyRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateAccessKeyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateAccessKeyRequest.Builder,UpdateAccessKeyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateAccessKeyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
accessKeyId() |
The access key ID of the secret access key you want to update.
|
static UpdateAccessKeyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UpdateAccessKeyRequest.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status you want to assign to the secret access key.
|
UpdateAccessKeyRequest.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 user whose key you want to update.
|
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 user whose key you want to update.
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 accessKeyId()
The access key ID of the secret access key you want to update.
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 you want to assign to the secret access key. Active
means the key can be used for API
calls to AWS, while Inactive
means the key cannot be used.
Active
means the key can be used for
API calls to AWS, while Inactive
means the key cannot be used.StatusType
public UpdateAccessKeyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateAccessKeyRequest.Builder,UpdateAccessKeyRequest>
public static UpdateAccessKeyRequest.Builder builder()
public static Class<? extends UpdateAccessKeyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.