Interface DescribeLocalGatewaysResponse.Builder

    • Method Detail

      • localGateways

        DescribeLocalGatewaysResponse.Builder localGateways​(Collection<LocalGateway> localGateways)

        Information about the local gateways.

        Parameters:
        localGateways - Information about the local gateways.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localGateways

        DescribeLocalGatewaysResponse.Builder localGateways​(LocalGateway... localGateways)

        Information about the local gateways.

        Parameters:
        localGateways - Information about the local gateways.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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