Interface DescribeAnalysisPermissionsResponse.Builder

    • Method Detail

      • analysisId

        DescribeAnalysisPermissionsResponse.Builder analysisId​(String analysisId)

        The ID of the analysis whose permissions you're describing.

        Parameters:
        analysisId - The ID of the analysis whose permissions you're describing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • analysisArn

        DescribeAnalysisPermissionsResponse.Builder analysisArn​(String analysisArn)

        The Amazon Resource Name (ARN) of the analysis whose permissions you're describing.

        Parameters:
        analysisArn - The Amazon Resource Name (ARN) of the analysis whose permissions you're describing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        DescribeAnalysisPermissionsResponse.Builder permissions​(Collection<ResourcePermission> permissions)

        A structure that describes the principals and the resource-level permissions on an analysis.

        Parameters:
        permissions - A structure that describes the principals and the resource-level permissions on an analysis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

        DescribeAnalysisPermissionsResponse.Builder permissions​(ResourcePermission... permissions)

        A structure that describes the principals and the resource-level permissions on an analysis.

        Parameters:
        permissions - A structure that describes the principals and the resource-level permissions on an analysis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DescribeAnalysisPermissionsResponse.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.
      • requestId

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