Interface GetCoipPoolUsageResponse.Builder

    • Method Detail

      • coipPoolId

        GetCoipPoolUsageResponse.Builder coipPoolId​(String coipPoolId)

        The ID of the customer-owned address pool.

        Parameters:
        coipPoolId - The ID of the customer-owned address pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • coipAddressUsages

        GetCoipPoolUsageResponse.Builder coipAddressUsages​(Collection<CoipAddressUsage> coipAddressUsages)

        Information about the address usage.

        Parameters:
        coipAddressUsages - Information about the address usage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • coipAddressUsages

        GetCoipPoolUsageResponse.Builder coipAddressUsages​(CoipAddressUsage... coipAddressUsages)

        Information about the address usage.

        Parameters:
        coipAddressUsages - Information about the address usage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localGatewayRouteTableId

        GetCoipPoolUsageResponse.Builder localGatewayRouteTableId​(String localGatewayRouteTableId)

        The ID of the local gateway route table.

        Parameters:
        localGatewayRouteTableId - The ID of the local gateway route table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetCoipPoolUsageResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.