Interface ListPermissionsResponse.Builder

    • Method Detail

      • nextToken

        ListPermissionsResponse.Builder nextToken​(String nextToken)

        The token to use in a subsequent ListPermissions operation to return the next set of results.

        Parameters:
        nextToken - The token to use in a subsequent ListPermissions operation to return the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        ListPermissionsResponse.Builder permissions​(Collection<PermissionEntry> permissions)

        The permissions returned by the operation.

        Parameters:
        permissions - The permissions returned by the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        ListPermissionsResponse.Builder permissions​(PermissionEntry... permissions)

        The permissions returned by the operation.

        Parameters:
        permissions - The permissions returned by the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.