Interface DescribeRegionsResponse.Builder

    • Method Detail

      • regionsDescription

        DescribeRegionsResponse.Builder regionsDescription​(Collection<RegionDescription> regionsDescription)

        List of Region information related to the directory for each replicated Region.

        Parameters:
        regionsDescription - List of Region information related to the directory for each replicated Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • regionsDescription

        DescribeRegionsResponse.Builder regionsDescription​(RegionDescription... regionsDescription)

        List of Region information related to the directory for each replicated Region.

        Parameters:
        regionsDescription - List of Region information related to the directory for each replicated Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeRegionsResponse.Builder nextToken​(String nextToken)

        If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeRegions to retrieve the next set of items.

        Parameters:
        nextToken - If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeRegions to retrieve the next set of items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.