Interface DescribeAggregateIdFormatResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAggregateIdFormatResponse.Builder,,DescribeAggregateIdFormatResponse> Ec2Response.Builder,SdkBuilder<DescribeAggregateIdFormatResponse.Builder,,DescribeAggregateIdFormatResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeAggregateIdFormatResponse
public static interface DescribeAggregateIdFormatResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeAggregateIdFormatResponse.Builder,DescribeAggregateIdFormatResponse>
-
Method Summary
Modifier and TypeMethodDescriptionstatuses(Collection<IdFormat> statuses) Information about each resource's ID format.statuses(Consumer<IdFormat.Builder>... statuses) Information about each resource's ID format.Information about each resource's ID format.useLongIdsAggregated(Boolean useLongIdsAggregated) Indicates whether all resource types in the Region are configured to use longer IDs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
useLongIdsAggregated
Indicates whether all resource types in the Region are configured to use longer IDs. This value is only
trueif all users are configured to use longer IDs for all resources types in the Region.- Parameters:
useLongIdsAggregated- Indicates whether all resource types in the Region are configured to use longer IDs. This value is onlytrueif all users are configured to use longer IDs for all resources types in the Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
Information about each resource's ID format.
- Parameters:
statuses- Information about each resource's ID format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
Information about each resource's ID format.
- Parameters:
statuses- Information about each resource's ID format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
Information about each resource's ID format.
This is a convenience method that creates an instance of theIdFormat.Builderavoiding the need to create one manually viaIdFormat.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatuses(List<IdFormat>).- Parameters:
statuses- a consumer that will call methods onIdFormat.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-