public static interface DescribeIdentityIdFormatRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeIdentityIdFormatRequest.Builder,DescribeIdentityIdFormatRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeIdentityIdFormatRequest.Builder |
principalArn(String principalArn)
The ARN of the principal, which can be an IAM role, IAM user, or the root user.
|
DescribeIdentityIdFormatRequest.Builder |
resource(String resource)
The type of resource:
instance | reservation | snapshot |
volume |
DescribeIdentityIdFormatRequest.Builder principalArn(String principalArn)
The ARN of the principal, which can be an IAM role, IAM user, or the root user.
principalArn - The ARN of the principal, which can be an IAM role, IAM user, or the root user.DescribeIdentityIdFormatRequest.Builder resource(String resource)
The type of resource: instance | reservation | snapshot |
volume
resource - The type of resource: instance | reservation | snapshot |
volumeCopyright © 2017. All rights reserved.