Interface StartPolicyGenerationResponse.Builder

    • Method Detail

      • jobId

        StartPolicyGenerationResponse.Builder jobId​(String jobId)

        The JobId that is returned by the StartPolicyGeneration operation. The JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used with CancelPolicyGeneration to cancel the policy generation request.

        Parameters:
        jobId - The JobId that is returned by the StartPolicyGeneration operation. The JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used with CancelPolicyGeneration to cancel the policy generation request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.