public static interface DescribeIdentityIdFormatRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeIdentityIdFormatRequest.Builder,DescribeIdentityIdFormatRequest>
Modifier and Type | Method and Description |
---|---|
DescribeIdentityIdFormatRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeIdentityIdFormatRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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:
bundle | conversion-task | customer-gateway |
dhcp-options | elastic-ip-allocation | elastic-ip-association |
export-task | flow-log | image | import-task |
instance | internet-gateway | network-acl |
network-acl-association | network-interface |
network-interface-attachment | prefix-list | reservation |
route-table | route-table-association | security-group |
snapshot | subnet | subnet-cidr-block-association |
volume | vpc | vpc-cidr-block-association | vpc-endpoint
| vpc-peering-connection | vpn-connection | vpn-gateway |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
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: bundle
| conversion-task
| customer-gateway
|
dhcp-options
| elastic-ip-allocation
| elastic-ip-association
|
export-task
| flow-log
| image
| import-task
|
instance
| internet-gateway
| network-acl
|
network-acl-association
| network-interface
|
network-interface-attachment
| prefix-list
| reservation
|
route-table
| route-table-association
| security-group
|
snapshot
| subnet
| subnet-cidr-block-association
|
volume
| vpc
| vpc-cidr-block-association
| vpc-endpoint
| vpc-peering-connection
| vpn-connection
| vpn-gateway
resource
- The type of resource: bundle
| conversion-task
|
customer-gateway
| dhcp-options
| elastic-ip-allocation
|
elastic-ip-association
| export-task
| flow-log
|
image
| import-task
| instance
| internet-gateway
| network-acl
| network-acl-association
| network-interface
|
network-interface-attachment
| prefix-list
| reservation
|
route-table
| route-table-association
| security-group
|
snapshot
| subnet
| subnet-cidr-block-association
|
volume
| vpc
| vpc-cidr-block-association
|
vpc-endpoint
| vpc-peering-connection
| vpn-connection
|
vpn-gateway
DescribeIdentityIdFormatRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeIdentityIdFormatRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.