Interface CreateDelegationRequest.Builder

    • Method Detail

      • comment

        CreateDelegationRequest.Builder comment​(String comment)

        A comment that's related to the delegation request.

        Parameters:
        comment - A comment that's related to the delegation request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlSetId

        CreateDelegationRequest.Builder controlSetId​(String controlSetId)

        The unique identifier for the control set.

        Parameters:
        controlSetId - The unique identifier for the control set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        CreateDelegationRequest.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the IAM role.

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

        CreateDelegationRequest.Builder roleType​(String roleType)

        The type of customer persona.

        In CreateAssessment, roleType can only be PROCESS_OWNER.

        In UpdateSettings, roleType can only be PROCESS_OWNER.

        In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.

        Parameters:
        roleType - The type of customer persona.

        In CreateAssessment, roleType can only be PROCESS_OWNER.

        In UpdateSettings, roleType can only be PROCESS_OWNER.

        In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RoleType, RoleType
      • roleType

        CreateDelegationRequest.Builder roleType​(RoleType roleType)

        The type of customer persona.

        In CreateAssessment, roleType can only be PROCESS_OWNER.

        In UpdateSettings, roleType can only be PROCESS_OWNER.

        In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.

        Parameters:
        roleType - The type of customer persona.

        In CreateAssessment, roleType can only be PROCESS_OWNER.

        In UpdateSettings, roleType can only be PROCESS_OWNER.

        In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RoleType, RoleType