Interface DescribeDataSetPermissionsResponse.Builder

    • Method Detail

      • dataSetArn

        DescribeDataSetPermissionsResponse.Builder dataSetArn​(String dataSetArn)

        The Amazon Resource Name (ARN) of the dataset.

        Parameters:
        dataSetArn - The Amazon Resource Name (ARN) of the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSetId

        DescribeDataSetPermissionsResponse.Builder dataSetId​(String dataSetId)

        The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

        Parameters:
        dataSetId - The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        DescribeDataSetPermissionsResponse.Builder permissions​(ResourcePermission... permissions)

        A list of resource permissions on the dataset.

        Parameters:
        permissions - A list of resource permissions on the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        DescribeDataSetPermissionsResponse.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.
      • status

        DescribeDataSetPermissionsResponse.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.