public static interface DescribeAggregateIdFormatResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeAggregateIdFormatResponse.Builder,DescribeAggregateIdFormatResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAggregateIdFormatResponse.Builder |
statuses(Collection<IdFormat> statuses)
Information about each resource's ID format.
|
DescribeAggregateIdFormatResponse.Builder |
statuses(Consumer<IdFormat.Builder>... statuses)
Information about each resource's ID format.
|
DescribeAggregateIdFormatResponse.Builder |
statuses(IdFormat... statuses)
Information about each resource's ID format.
|
DescribeAggregateIdFormatResponse.Builder |
useLongIdsAggregated(Boolean useLongIdsAggregated)
Indicates whether all resource types in the region are configured to use longer IDs.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeAggregateIdFormatResponse.Builder useLongIdsAggregated(Boolean useLongIdsAggregated)
Indicates whether all resource types in the region are configured to use longer IDs. This value is only
true if all users are configured to use longer IDs for all resources types in the region.
useLongIdsAggregated - Indicates whether all resource types in the region are configured to use longer IDs. This value is
only true if all users are configured to use longer IDs for all resources types in the
region.DescribeAggregateIdFormatResponse.Builder statuses(Collection<IdFormat> statuses)
Information about each resource's ID format.
statuses - Information about each resource's ID format.DescribeAggregateIdFormatResponse.Builder statuses(IdFormat... statuses)
Information about each resource's ID format.
statuses - Information about each resource's ID format.DescribeAggregateIdFormatResponse.Builder statuses(Consumer<IdFormat.Builder>... statuses)
Information about each resource's ID format.
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.