public static interface DescribeIdFormatResponse.Builder extends software.amazon.awssdk.utils.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.
|
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. All rights reserved.