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(Consumer<IdFormat.Builder>... statuses)
Information about the ID format for the resource.
|
DescribeIdFormatResponse.Builder |
statuses(IdFormat... statuses)
Information about the ID format for the resource.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeIdFormatResponse.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.DescribeIdFormatResponse.Builder statuses(Consumer<IdFormat.Builder>... statuses)
Information about the ID format for the resource.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #statuses(List) .statuses - a consumer that will call methods on List.Builder #statuses(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.