Interface DescribeFolderPermissionsResponse.Builder

    • Method Detail

      • status

        DescribeFolderPermissionsResponse.Builder status​(Integer status)

        The HTTP status of the request.

        Parameters:
        status - The HTTP status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • folderId

        DescribeFolderPermissionsResponse.Builder folderId​(String folderId)

        The ID of the folder.

        Parameters:
        folderId - The ID of the folder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        DescribeFolderPermissionsResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) for the folder.

        Parameters:
        arn - The Amazon Resource Name (ARN) for the folder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        DescribeFolderPermissionsResponse.Builder permissions​(ResourcePermission... permissions)

        Information about the permissions on the folder.

        Parameters:
        permissions - Information about the permissions on the folder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        DescribeFolderPermissionsResponse.Builder requestId​(String requestId)

        The Amazon Web Services request ID for this operation.

        Parameters:
        requestId - The Amazon Web Services request ID for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeFolderPermissionsResponse.Builder nextToken​(String nextToken)

        The pagination token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The pagination token for the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.