public static interface DescribeIdentityIdFormatResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeIdentityIdFormatResponse.Builder,DescribeIdentityIdFormatResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeIdentityIdFormatResponse.Builder |
statuses(Collection<IdFormat> statuses)
Information about the ID format for the resources.
|
DescribeIdentityIdFormatResponse.Builder |
statuses(Consumer<IdFormat.Builder>... statuses)
Information about the ID format for the resources.
|
DescribeIdentityIdFormatResponse.Builder |
statuses(IdFormat... statuses)
Information about the ID format for the resources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeIdentityIdFormatResponse.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.
statuses - Information about the ID format for the resources.DescribeIdentityIdFormatResponse.Builder statuses(Consumer<IdFormat.Builder>... statuses)
Information about the ID format for the resources.
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 © 2022. All rights reserved.