CopyableBuilder<DescribeIdFormatResponse.Builder,DescribeIdFormatResponse>
, SdkBuilder<DescribeIdFormatResponse.Builder,DescribeIdFormatResponse>
public static interface DescribeIdFormatResponse.Builder extends CopyableBuilder<DescribeIdFormatResponse.Builder,DescribeIdFormatResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setStatuses(java.util.Collection)
or #withStatuses(java.util.Collection)
if you want to
override the existing values.
statuses
- Information about the ID format for the resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.