Interface ListAccessGrantsLocationsResponse.Builder

    • Method Detail

      • nextToken

        ListAccessGrantsLocationsResponse.Builder nextToken​(String nextToken)

        A pagination token to request the next page of results. Pass this value into a subsequent List Access Grants Locations request in order to retrieve the next page of results.

        Parameters:
        nextToken - A pagination token to request the next page of results. Pass this value into a subsequent List Access Grants Locations request in order to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accessGrantsLocationsList

        ListAccessGrantsLocationsResponse.Builder accessGrantsLocationsList​(Collection<ListAccessGrantsLocationsEntry> accessGrantsLocationsList)

        A container for a list of registered locations in an S3 Access Grants instance.

        Parameters:
        accessGrantsLocationsList - A container for a list of registered locations in an S3 Access Grants instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accessGrantsLocationsList

        ListAccessGrantsLocationsResponse.Builder accessGrantsLocationsList​(ListAccessGrantsLocationsEntry... accessGrantsLocationsList)

        A container for a list of registered locations in an S3 Access Grants instance.

        Parameters:
        accessGrantsLocationsList - A container for a list of registered locations in an S3 Access Grants instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.