Interface UpdateAnalysisPermissionsResponse.Builder

    • Method Detail

      • analysisArn

        UpdateAnalysisPermissionsResponse.Builder analysisArn​(String analysisArn)

        The Amazon Resource Name (ARN) of the analysis that you updated.

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

        UpdateAnalysisPermissionsResponse.Builder analysisId​(String analysisId)

        The ID of the analysis that you updated permissions for.

        Parameters:
        analysisId - The ID of the analysis that you updated permissions for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissions

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

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

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

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