public static interface DescribeIdentityIdFormatResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeIdentityIdFormatResponse.Builder,DescribeIdentityIdFormatResponse>
Modifier and Type | Method and Description |
---|---|
DescribeIdentityIdFormatResponse.Builder |
statuses(Collection<IdFormat> statuses)
Information about the ID format for the resources.
|
DescribeIdentityIdFormatResponse.Builder |
statuses(IdFormat... statuses)
Information about the ID format for the resources.
|
build
copy
apply, build
DescribeIdentityIdFormatResponse.Builder statuses(Collection<IdFormat> statuses)
Information about the ID format for the resources.
statuses
- Information about the ID format for the resources.DescribeIdentityIdFormatResponse.Builder statuses(IdFormat... statuses)
Information about the ID format for the resources.
statuses
- Information about the ID format for the resources.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.