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 Details

    • useLongIdsAggregated

      DescribeAggregateIdFormatResponse.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.

      Parameters:
      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.
      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 the IdFormat.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<IdFormat>).

      Parameters:
      statuses - a consumer that will call methods on IdFormat.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: