Interface DescribeHomeRegionControlsResponse.Builder

    • Method Detail

      • homeRegionControls

        DescribeHomeRegionControlsResponse.Builder homeRegionControls​(Collection<HomeRegionControl> homeRegionControls)

        An array that contains your HomeRegionControl objects.

        Parameters:
        homeRegionControls - An array that contains your HomeRegionControl objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • homeRegionControls

        DescribeHomeRegionControlsResponse.Builder homeRegionControls​(HomeRegionControl... homeRegionControls)

        An array that contains your HomeRegionControl objects.

        Parameters:
        homeRegionControls - An array that contains your HomeRegionControl objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeHomeRegionControlsResponse.Builder nextToken​(String nextToken)

        If a NextToken was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken.

        Parameters:
        nextToken - If a NextToken was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken.
        Returns:
        Returns a reference to this object so that method calls can be chained together.