Interface KeyPairIds.Builder

All Superinterfaces:
Buildable, CopyableBuilder<KeyPairIds.Builder,KeyPairIds>, SdkBuilder<KeyPairIds.Builder,KeyPairIds>, SdkPojo
Enclosing class:
KeyPairIds

public static interface KeyPairIds.Builder extends SdkPojo, CopyableBuilder<KeyPairIds.Builder,KeyPairIds>
  • Method Details

    • quantity

      KeyPairIds.Builder quantity(Integer quantity)

      The number of key pair identifiers in the list.

      Parameters:
      quantity - The number of key pair identifiers in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A list of CloudFront key pair identifiers.

      Parameters:
      items - A list of CloudFront key pair identifiers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      KeyPairIds.Builder items(String... items)

      A list of CloudFront key pair identifiers.

      Parameters:
      items - A list of CloudFront key pair identifiers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.