Interface DescribeCarrierGatewaysResponse.Builder

    • Method Detail

      • carrierGateways

        DescribeCarrierGatewaysResponse.Builder carrierGateways​(Collection<CarrierGateway> carrierGateways)

        Information about the carrier gateway.

        Parameters:
        carrierGateways - Information about the carrier gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • carrierGateways

        DescribeCarrierGatewaysResponse.Builder carrierGateways​(CarrierGateway... carrierGateways)

        Information about the carrier gateway.

        Parameters:
        carrierGateways - Information about the carrier gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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