CopyableBuilder<DescribeIdentityIdFormatResponse.Builder,DescribeIdentityIdFormatResponse>
, SdkBuilder<DescribeIdentityIdFormatResponse.Builder,DescribeIdentityIdFormatResponse>
public static interface DescribeIdentityIdFormatResponse.Builder extends CopyableBuilder<DescribeIdentityIdFormatResponse.Builder,DescribeIdentityIdFormatResponse>
Modifier and Type | Method | 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.
|
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.
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 resources.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.