Interface CoipAddressUsage.Builder

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

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

    • allocationId

      CoipAddressUsage.Builder allocationId(String allocationId)

      The allocation ID of the address.

      Parameters:
      allocationId - The allocation ID of the address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsAccountId

      CoipAddressUsage.Builder awsAccountId(String awsAccountId)

      The Amazon Web Services account ID.

      Parameters:
      awsAccountId - The Amazon Web Services account ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsService

      CoipAddressUsage.Builder awsService(String awsService)

      The Amazon Web Services service.

      Parameters:
      awsService - The Amazon Web Services service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • coIp

      The customer-owned IP address.

      Parameters:
      coIp - The customer-owned IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.