Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ModifyIdentityIdFormatRequest.Builder,ModifyIdentityIdFormatRequest>
@Generated("software.amazon.awssdk:codegen") public class ModifyIdentityIdFormatRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ModifyIdentityIdFormatRequest.Builder,ModifyIdentityIdFormatRequest>
Contains the parameters of ModifyIdentityIdFormat.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ModifyIdentityIdFormatRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ModifyIdentityIdFormatRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
principalArn() |
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
|
String |
resource() |
The type of resource:
instance | reservation | snapshot |
volume |
static Class<? extends ModifyIdentityIdFormatRequest.Builder> |
serializableBuilderClass() |
|
ModifyIdentityIdFormatRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Boolean |
useLongIds() |
Indicates whether the resource should use longer IDs (17-character IDs)
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String principalArn()
The ARN of the principal, which can be an IAM user, IAM role, or the root user. Specify all
to
modify the ID format for all IAM users, IAM roles, and the root user of the account.
all
to modify the ID format for all IAM users, IAM roles, and the root user of the account.public String resource()
The type of resource: instance
| reservation
| snapshot
|
volume
instance
| reservation
| snapshot
|
volume
public Boolean useLongIds()
Indicates whether the resource should use longer IDs (17-character IDs)
public ModifyIdentityIdFormatRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ModifyIdentityIdFormatRequest.Builder,ModifyIdentityIdFormatRequest>
public static ModifyIdentityIdFormatRequest.Builder builder()
public static Class<? extends ModifyIdentityIdFormatRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.