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