public static interface DescribeIdFormatResponse.Builder extends Ec2Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theIdFormat.Builder avoiding the need to create one manually
via IdFormat.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #statuses(List.
statuses - a consumer that will call methods on
IdFormat.Builder#statuses(java.util.Collection) Copyright © 2023. All rights reserved.